mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:29:08 +02:00
MG: fixed changing notebook pageindex at designtime
git-svn-id: trunk@3569 -
This commit is contained in:
parent
c5daac918e
commit
dad4a3d66c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user