LCL: verbosity

git-svn-id: trunk@25548 -
This commit is contained in:
mattias 2010-05-20 16:59:22 +00:00
parent 05e7dfaf66
commit d618157804

View File

@ -4225,6 +4225,7 @@ begin
end; end;
if not HandleAllocated then begin if not HandleAllocated then begin
{$IFDEF VerboseShowing} {$IFDEF VerboseShowing}
if bShow then
DebugLn(['TWinControl.UpdateShowing ',DbgSName(Self),' handle not allocated']); DebugLn(['TWinControl.UpdateShowing ',DbgSName(Self),' handle not allocated']);
{$ENDIF} {$ENDIF}
Exit; Exit;