mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 18:59:02 +02:00
fixed missing brackets
git-svn-id: trunk@63789 -
This commit is contained in:
parent
40ffa448fe
commit
e9f700554a
@ -33,7 +33,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
//if old and new parent is a TNotebook then remove the page from the old one
|
//if old and new parent is a TNotebook then remove the page from the old one
|
||||||
if OldParent is TNotebook and
|
if (OldParent is TNotebook) and
|
||||||
not (csDestroying in OldParent.ComponentState) then
|
not (csDestroying in OldParent.ComponentState) then
|
||||||
begin
|
begin
|
||||||
// remove from old pagelist
|
// remove from old pagelist
|
||||||
|
Loading…
Reference in New Issue
Block a user