Skip to content

Commit

Permalink
Remove option for scramble window always on top. Hopefully will help …
Browse files Browse the repository at this point in the history
…problem with game window and scramble window competing to be always on top.
  • Loading branch information
DanVanAtta committed Dec 16, 2016
1 parent 4544116 commit 01d88c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/games/strategy/triplea/ui/TripleAFrame.java
Expand Up @@ -1220,7 +1220,6 @@ public void run() {
dialog.setContentPane(optionPane);
dialog.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
dialog.setLocationRelativeTo(getParent());
dialog.setAlwaysOnTop(true);
dialog.pack();
dialog.setVisible(true);
dialog.requestFocusInWindow();
Expand Down

0 comments on commit 01d88c6

Please sign in to comment.