fixed missing brackets

git-svn-id: trunk@63789 -
This commit is contained in:
pascal 2020-08-19 08:19:13 +00:00
parent 40ffa448fe
commit e9f700554a

View File

@ -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