AnchorDocking: Fix debugLn texts.

git-svn-id: trunk@59356 -
This commit is contained in:
juha 2018-10-26 19:25:22 +00:00
parent 6b055a5b5c
commit 7c5618a1c6

View File

@ -2354,7 +2354,7 @@ begin
// simplify layouts // simplify layouts
ControlNames.Sort; ControlNames.Sort;
{$IFDEF VerboseAnchorDockRestore} {$IFDEF VerboseAnchorDockRestore}
debugln(['TAnchorDockMaster.LoadLayoutFromConfig controls: ']); debugln(['TAnchorDockMaster.FullRestoreLayout controls: ']);
debugln(ControlNames.Text); debugln(ControlNames.Text);
{$ENDIF} {$ENDIF}
// if some forms/controls could not be created the layout needs to be adapted // if some forms/controls could not be created the layout needs to be adapted
@ -2363,7 +2363,7 @@ begin
// reuse existing sites to reduce flickering // reuse existing sites to reduce flickering
MapTreeToControls(Tree); MapTreeToControls(Tree);
{$IFDEF VerboseAnchorDockRestore} {$IFDEF VerboseAnchorDockRestore}
fTreeNameToDocker.WriteDebugReport('TAnchorDockMaster.LoadLayoutFromConfig Map'); fTreeNameToDocker.WriteDebugReport('TAnchorDockMaster.FullRestoreLayout Map');
{$ENDIF} {$ENDIF}
// create sites, move controls // create sites, move controls