mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix so extra game info shows in dual-pane mode too
onWindowFocusChanged() isn't called when a pane opens, and setting up that field depended on it. So call from init() too.
This commit is contained in:
parent
0bd9667163
commit
ba968b1e36
1 changed files with 1 additions and 0 deletions
|
@ -989,6 +989,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
}
|
||||
} );
|
||||
|
||||
updateField();
|
||||
} // init
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue