From bce5a0a00d6f80c14172c3dca949ab89a7dd5b44 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 20 Nov 2021 01:15:07 +0100 Subject: [PATCH] FontEditor: Don't show focus box after clicking 'present' checkbox --- Userland/Applications/FontEditor/FontEditorWindow.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index 10f94f23e3..b2f09d4fef 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -47,6 +47,7 @@ @GUI::CheckBox { name: "glyph_editor_present_checkbox" text: "Present" + focus_policy: "TabFocus" } @GUI::Button {