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