FontEditor: Don't show focus box after clicking 'present' checkbox
This commit is contained in:
parent
197b5f7c4a
commit
bce5a0a00d
Notes:
sideshowbarker
2024-07-18 00:58:53 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/bce5a0a00d6 Pull-request: https://github.com/SerenityOS/serenity/pull/10972
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
@GUI::CheckBox {
|
||||
name: "glyph_editor_present_checkbox"
|
||||
text: "Present"
|
||||
focus_policy: "TabFocus"
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
|
|
Loading…
Add table
Reference in a new issue