mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:59:08 +02:00
AnchorDocking: Fix debugLn texts.
git-svn-id: trunk@59356 -
This commit is contained in:
parent
6b055a5b5c
commit
7c5618a1c6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user