summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/fpgui.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/fpgui.pas b/gui/fpgui.pas
index 22fcfcc9..0a39bf42 100644
--- a/gui/fpgui.pas
+++ b/gui/fpgui.pas
@@ -48,8 +48,6 @@ uses
// ,Types
;
-type
- TColor = type LongWord;
const
@@ -96,7 +94,7 @@ type
// The following flags are used for styles
TFButtonFlags = set of (btnIsEmbedded, btnIsDefault, btnIsPressed,
- btnIsSelected, btnHasFocus);
+ btnIsSelected, btnHasFocus, btnHasParentColor);
TFCheckboxFlags = set of (cbIsPressed, cbHasFocus, cbIsEnabled, cbIsChecked);