summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-16 10:19:27 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-16 10:19:27 +0200
commitd22090ffa0a1684d54b5400ccef1641580be6daa (patch)
treeca32aa7aba32bfd2e79e429362f9e90f7dafbc5e /src
parentc09983c121724e8a92a3f1ff83821800ab30249a (diff)
downloadfpGUI-d22090ffa0a1684d54b5400ccef1641580be6daa.tar.xz
Code not needed any more, parent class already does this.
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_panel.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/fpg_panel.pas b/src/gui/fpg_panel.pas
index 2593009d..51987a62 100644
--- a/src/gui/fpg_panel.pas
+++ b/src/gui/fpg_panel.pas
@@ -510,7 +510,6 @@ begin
FPanelStyle := bsRaised;
FWidth := 80;
FHeight := 80;
- FFocusable := True; // otherwise children can't get focus
FBackgroundColor := Parent.BackgroundColor;
FAlignment := taCenter;
FLayout := tlCenter;