提交 9f4da293 编写于 作者: A ant

7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged

Reviewed-by: art
上级 8d968d5c
......@@ -561,7 +561,7 @@ public abstract class KeyboardFocusManager
rootAncestor = (Container)focusOwner;
}
if (rootAncestor != null) {
setGlobalCurrentFocusCycleRoot(rootAncestor);
setGlobalCurrentFocusCycleRootPriv(rootAncestor);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册