Adaption to recent changes of the UAA.
This commit is contained in:
parent
fa2fd2a05b
commit
6c0af166e0
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class SelectionDialog extends JDialog
|
|||
|
||||
void selectAll()
|
||||
{
|
||||
mxSelection.selectAllAccessibleChildren();
|
||||
mxSelection.selectAllAccessible();
|
||||
}
|
||||
|
||||
void clearSelection()
|
||||
|
|
Loading…
Reference in a new issue