summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_button.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_button.pas b/src/gui/fpg_button.pas
index b2468cf5..52a17486 100644
--- a/src/gui/fpg_button.pas
+++ b/src/gui/fpg_button.pas
@@ -92,7 +92,7 @@ type
property AllowDown: Boolean read GetAllowDown write SetAllowDown;
property AllowMultiLineText: boolean read FAllowMultiLineText write SetAllowMultiLineText default False;
property Default: boolean read FDefault write SetDefault default False;
- property Down: Boolean read FDown write SetDown;
+ property Down: Boolean read FDown write SetDown default False;
{ The button will not show focus. It might also have a different down state (look).
This is similar to Focusable = False, but the appearance of the down state might differ. }
property Embedded: Boolean read FEmbedded write SetEmbedded default False;