fix main window not resizing when sum of bests option is toggled on/off

was only being resized correctly on load
This commit is contained in:
Gered 2017-01-28 16:48:29 -05:00
parent a825d31a8e
commit 24a82f8b9e

View file

@ -400,6 +400,7 @@ public class Llanfair extends BorderlessFrame implements TableModelListener,
|| Settings.footerShowDeltaLabels.equals(property) || Settings.footerShowDeltaLabels.equals(property)
|| Settings.footerVerbose.equals(property) || Settings.footerVerbose.equals(property)
|| Settings.footerMultiline.equals(property) || Settings.footerMultiline.equals(property)
|| Settings.footerShowSumOfBest.equals(property)
|| Settings.windowUserResizable.equals(property) || Settings.windowUserResizable.equals(property)
|| Settings.windowWidth.equals(property) || Settings.windowWidth.equals(property)
|| Run.NAME_PROPERTY.equals(property)) { || Run.NAME_PROPERTY.equals(property)) {