Browse Source

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

Ben Wiederhake 3 năm trước cách đây
mục cha
commit
bce5a0a00d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Userland/Applications/FontEditor/FontEditorWindow.gml

+ 1 - 0
Userland/Applications/FontEditor/FontEditorWindow.gml

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