mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 17:19:46 +02:00
MG: fixed TPage.Visible
git-svn-id: trunk@3176 -
This commit is contained in:
parent
e1797ddf53
commit
a537fadc78
@ -85,7 +85,7 @@ type
|
||||
property Width stored False;
|
||||
property Height stored False;
|
||||
property TabOrder stored False;
|
||||
property Visible stored False;
|
||||
property Visible;
|
||||
end;
|
||||
|
||||
TCustomNotebook = class;
|
||||
@ -506,6 +506,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.35 2002/10/16 13:06:42 lazarus
|
||||
MG: fixed TPage.Visible
|
||||
|
||||
Revision 1.34 2002/10/15 16:01:36 lazarus
|
||||
MG: fixed timers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user