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:
parent
a825d31a8e
commit
24a82f8b9e
|
@ -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)) {
|
||||||
|
|
Reference in a new issue