Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
fix main window not resizing when sum of bests option is toggled on/off
Browse files Browse the repository at this point in the history
was only being resized correctly on load
  • Loading branch information
gered committed Jan 28, 2017
1 parent a825d31 commit 24a82f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/fenix/llanfair/Llanfair.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ private static void dumpLocalization() {
|| Settings.footerShowDeltaLabels.equals(property)
|| Settings.footerVerbose.equals(property)
|| Settings.footerMultiline.equals(property)
|| Settings.footerShowSumOfBest.equals(property)
|| Settings.windowUserResizable.equals(property)
|| Settings.windowWidth.equals(property)
|| Run.NAME_PROPERTY.equals(property)) {
Expand Down

0 comments on commit 24a82f8

Please sign in to comment.