From 2b030f261c32cb1c39bdbe6b543145ee4a27a8cf Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 19 Aug 2002 15:15:07 +0000 Subject: [PATCH] reduced speedbutton invalidates, added TCanvas.Frame git-svn-id: trunk@3191 - --- lcl/extctrls.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 09232b63d5..896bb9e3da 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -173,7 +173,7 @@ type //property MultiLine: boolean read fMultiLine write SetMultiLine default false; property Page[Index: Integer]: TPage read GetPage; property PageCount : integer read GetPageCount; - property PageIndex: Integer read GetPageIndex write SetPageIndex default 0; + property PageIndex: Integer read GetPageIndex write SetPageIndex default -1; property PageList: TList read fPageList; property Pages: TStrings read fAccess write SetPages; property OnPageChanged: TNotifyEvent read fOnPageChanged write fOnPageChanged; @@ -562,6 +562,9 @@ end. { $Log$ + Revision 1.50 2003/01/27 13:49:16 mattias + reduced speedbutton invalidates, added TCanvas.Frame + Revision 1.49 2003/01/21 23:07:14 mattias applied patch from Jesus for many grid improvements