summaryrefslogtreecommitdiff
path: root/src/gui/gui_editcombo.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-23 22:41:38 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-23 22:41:38 +0000
commit5a9025391a90f6c66a38436c74e7de88efd68621 (patch)
treefc5e35a5530366ea269ae8dab38b97673f53dc9c /src/gui/gui_editcombo.pas
parentb3d0fa099f95a2ef19fc35ec24d4749c28e74974 (diff)
downloadfpGUI-5a9025391a90f6c66a38436c74e7de88efd68621.tar.xz
* Implemented a basic Color ListBox component. It is still incomplete and has no published properties yet.
Diffstat (limited to 'src/gui/gui_editcombo.pas')
-rw-r--r--src/gui/gui_editcombo.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui_editcombo.pas b/src/gui/gui_editcombo.pas
index b6bfb6c3..7198a1ef 100644
--- a/src/gui/gui_editcombo.pas
+++ b/src/gui/gui_editcombo.pas
@@ -72,7 +72,6 @@ type
FText: string;
FSelectedItem: integer;
FMaxLength: integer;
- FInternalBtnRect: TfpgRect;
FNewItem: boolean;
procedure SetAllowNew(const AValue: TAllowNew);
procedure InternalBtnClick(Sender: TObject);