From dad4a3d66c676f44164129c18e0b261a965e0631 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 26 Oct 2002 15:56:45 +0000 Subject: [PATCH] MG: fixed changing notebook pageindex at designtime git-svn-id: trunk@3569 - --- lcl/include/customnotebook.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lcl/include/customnotebook.inc b/lcl/include/customnotebook.inc index 2b981ae608..492df8b864 100644 --- a/lcl/include/customnotebook.inc +++ b/lcl/include/customnotebook.inc @@ -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