From 3061b4784a7d74a5778cfc8b03a727182296f825 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Fri, 29 Oct 2010 17:08:22 +0200 Subject: TfpgButton.Down property didn't have a default in property declaration. --- src/gui/fpg_button.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') 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; -- cgit v1.2.3-70-g09d2