Skip to content

Commit

Permalink
Added secondary pack call to version selecting window.
Browse files Browse the repository at this point in the history
  • Loading branch information
crbednarz committed Jan 11, 2014
1 parent c0c0c7c commit 7858df3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/amidst/gui/version/VersionSelectWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ public void run() {
versionSelector.select(selectedProfile);

pack();
try {
Thread.sleep(100);
} catch (InterruptedException ignored) { }
pack();
}
})).start();

Expand Down

0 comments on commit 7858df3

Please sign in to comment.