mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:19:36 +02:00
LCL: verbosity
git-svn-id: trunk@25548 -
This commit is contained in:
parent
05e7dfaf66
commit
d618157804
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user