diff options
Diffstat (limited to 'src/client/java')
-rw-r--r-- | src/client/java/dev/isxander/yacl/gui/OptionListWidget.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/java/dev/isxander/yacl/gui/OptionListWidget.java b/src/client/java/dev/isxander/yacl/gui/OptionListWidget.java index 674fc56..efeab14 100644 --- a/src/client/java/dev/isxander/yacl/gui/OptionListWidget.java +++ b/src/client/java/dev/isxander/yacl/gui/OptionListWidget.java @@ -511,6 +511,8 @@ public class OptionListWidget extends ElementListWidgetExt<OptionListWidget.Entr protected void updateExpandMinimizeText() { super.updateExpandMinimizeText(); expandMinimizeButton.active = listOption == null || listOption.available(); + if (addListButton != null) + addListButton.active = expandMinimizeButton.active; } @Override |