mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
LCL: verbosity
git-svn-id: trunk@25548 -
This commit is contained in:
parent
05e7dfaf66
commit
d618157804
@ -4225,7 +4225,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
if not HandleAllocated then begin
|
if not HandleAllocated then begin
|
||||||
{$IFDEF VerboseShowing}
|
{$IFDEF VerboseShowing}
|
||||||
DebugLn(['TWinControl.UpdateShowing ',DbgSName(Self),' handle not allocated']);
|
if bShow then
|
||||||
|
DebugLn(['TWinControl.UpdateShowing ',DbgSName(Self),' handle not allocated']);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user