summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui_bevel.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui_bevel.pas b/src/gui/gui_bevel.pas
index 9b0def1c..a68b1e3b 100644
--- a/src/gui/gui_bevel.pas
+++ b/src/gui/gui_bevel.pas
@@ -120,6 +120,7 @@ begin
FBevelStyle := bsRaised;
FWidth := 80;
FHeight := 80;
+ FFocusable := True; // otherwise children can't get focus
end;
end.