1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Correctly un-focus widget setting options

This commit is contained in:
Shy
2024-12-06 14:35:08 +01:00
parent f2214c6b00
commit c77f356b06
@@ -84,6 +84,8 @@ public class WidgetSettingsEditWidget extends ScrollableWidget {
onChange.run();
return true;
}
} else {
customSetting.setFocused(false);
}
}
return super.mouseClicked(mouseX, mouseY - getScrollY(), button);