FontEditor: Don't show focus box after clicking 'present' checkbox

This commit is contained in:
Ben Wiederhake 2021-11-20 01:15:07 +01:00 committed by Andreas Kling
parent 197b5f7c4a
commit bce5a0a00d
Notes: sideshowbarker 2024-07-18 00:58:53 +09:00

View file

@ -47,6 +47,7 @@
@GUI::CheckBox {
name: "glyph_editor_present_checkbox"
text: "Present"
focus_policy: "TabFocus"
}
@GUI::Button {