From 0f38d3a24d0a60e642377a120b0933ac3d0aedb9 Mon Sep 17 00:00:00 2001 From: graemeg Date: Thu, 30 Aug 2007 08:49:59 +0000 Subject: * TfpgBevel is now focusable otherwise child widgets do not get focus at all. --- src/gui/gui_bevel.pas | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-70-g09d2