diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-30 08:49:59 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-30 08:49:59 +0000 |
commit | 0f38d3a24d0a60e642377a120b0933ac3d0aedb9 (patch) | |
tree | 97b242ee4c513fa348542920627dfbc911a73b3f /src/gui | |
parent | 2464b59219ab51717fe2032fb0d0dcfe58a9f0e7 (diff) | |
download | fpGUI-0f38d3a24d0a60e642377a120b0933ac3d0aedb9.tar.xz |
* TfpgBevel is now focusable otherwise child widgets do not get focus at all.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_bevel.pas | 1 |
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. |