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:
@@ -84,6 +84,8 @@ public class WidgetSettingsEditWidget extends ScrollableWidget {
|
|||||||
onChange.run();
|
onChange.run();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
customSetting.setFocused(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return super.mouseClicked(mouseX, mouseY - getScrollY(), button);
|
return super.mouseClicked(mouseX, mouseY - getScrollY(), button);
|
||||||
|
|||||||
Reference in New Issue
Block a user