mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
increased verbosity when using -dVerboseAutoSize
git-svn-id: trunk@7739 -
This commit is contained in:
parent
e5144c22c8
commit
654c248547
@ -725,7 +725,9 @@ var
|
||||
dx: Integer;
|
||||
dy: Integer;
|
||||
begin
|
||||
{$IFDEF VerboseAutoSize}
|
||||
debugln('TWinControl.DoAutoSize ',DbgSName(Self));
|
||||
{$ENDIF}
|
||||
If not AutoSizeCanStart then exit;
|
||||
if AutoSizeDelayed then begin
|
||||
Include(FControlFlags,cfAutoSizeNeeded);
|
||||
|
Loading…
Reference in New Issue
Block a user