increased verbosity when using -dVerboseAutoSize

git-svn-id: trunk@7739 -
This commit is contained in:
vincents 2005-09-19 11:58:20 +00:00
parent e5144c22c8
commit 654c248547

View File

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