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