Ver Fonte

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

Ben Wiederhake há 3 anos atrás
pai
commit
bce5a0a00d
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {