mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged
Reviewed-by: art
This commit is contained in:
parent
aea990be82
commit
ecba4fb037
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ public abstract class KeyboardFocusManager
|
||||||
rootAncestor = (Container)focusOwner;
|
rootAncestor = (Container)focusOwner;
|
||||||
}
|
}
|
||||||
if (rootAncestor != null) {
|
if (rootAncestor != null) {
|
||||||
setGlobalCurrentFocusCycleRoot(rootAncestor);
|
setGlobalCurrentFocusCycleRootPriv(rootAncestor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue