Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJiang2011 committed Apr 19, 2016
1 parent 2e38e70 commit 4a834f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/beautyeye_lnf.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public HeavyWeightWindow(Window parent)
{
super(parent);
// FIXME: 一个外国朋友用了后,在此项被设置成false的情况下,Popup里的JTextField不能编辑了!
setFocusableWindowState(false);
setFocusableWindowState(true);
setName("###overrideRedirect###");
// Popups are typically transient and most likely won't benefit
// from true double buffering. Turn it off here.
Expand Down

0 comments on commit 4a834f3

Please sign in to comment.