MG: fixed changing notebook pageindex at designtime

git-svn-id: trunk@3569 -
This commit is contained in:
lazarus 2002-10-26 15:56:45 +00:00
parent c5daac918e
commit dad4a3d66c

View File

@ -585,6 +585,8 @@ Begin
if FPageIndex>=PageCount then
FPageIndex:=-1;
Change;
if csDesigning in ComponentState then
OwnerFormDesignerModified(Self);
end;
end;
else
@ -679,6 +681,9 @@ end;}
{ =============================================================================
$Log$
Revision 1.24 2002/10/26 15:56:45 lazarus
MG: fixed changing notebook pageindex at designtime
Revision 1.23 2002/10/24 08:56:30 lazarus
MG: fixed TnoteBook AddPage and double creation of MeinMenu