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