mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:58:23 +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;
|
||||
|
||||
//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
|
||||
begin
|
||||
// remove from old pagelist
|
||||
|
Loading…
Reference in New Issue
Block a user