mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:00:23 +02:00
fix compilation
git-svn-id: trunk@6055 -
This commit is contained in:
parent
25e3c74c55
commit
4c7a8a5a19
@ -451,7 +451,7 @@ begin
|
||||
else
|
||||
NewZPosition:=-1;
|
||||
FPageList.Insert(Index,APage);
|
||||
APage.Parent := fNotebook;
|
||||
APage.Parent := Self;
|
||||
if NewZPosition>=0 then
|
||||
SetControlIndex(APage,NewZPosition);
|
||||
APage.Visible:=true;
|
||||
@ -788,6 +788,9 @@ end;}
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.61 2004/09/23 16:37:13 vincents
|
||||
fix compilation
|
||||
|
||||
Revision 1.60 2004/09/23 14:54:55 vincents
|
||||
moved widgetset related code from TNBPages to TCustomNotebook
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user