浏览代码

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

Ben Wiederhake 3 年之前
父节点
当前提交
bce5a0a00d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {