From 14ce4cf73b63f01d75cd96536ca03e01f9813f54 Mon Sep 17 00:00:00 2001 From: lazarus Date: Mon, 19 Aug 2002 15:14:53 +0000 Subject: [PATCH] MG: fixes for 1.1 git-svn-id: trunk@3177 - --- lcl/extctrls.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index bc759cf994..f938d8ba5e 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -285,7 +285,7 @@ type FTransparent, FStretch : Boolean; procedure SetPicture(const AValue: TPicture); - procedure SetAutoSize(Value : Boolean); + procedure SetAutoSize(const Value : Boolean); override; procedure SetCenter(Value : Boolean); procedure SetStretch(Value : Boolean); procedure SetTransparent(Value : Boolean); @@ -506,6 +506,9 @@ end. { $Log$ + Revision 1.36 2002/10/20 21:54:03 lazarus + MG: fixes for 1.1 + Revision 1.35 2002/10/16 13:06:42 lazarus MG: fixed TPage.Visible