mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 03:37:59 +01:00
lcl: reduce debug output
git-svn-id: trunk@19463 -
This commit is contained in:
parent
b6c3f2f65d
commit
87e1d4d117
@ -45,10 +45,10 @@ end;
|
||||
|
||||
procedure TToolButtonActionLink.SetImageIndex(Value: Integer);
|
||||
begin
|
||||
DebugLn(['TToolButtonActionLink.SetImageIndex A ',ClassName,' Client=',
|
||||
{DebugLn(['TToolButtonActionLink.SetImageIndex A ',ClassName,' Client=',
|
||||
TToolButton(FClient).Name,' IsImageIndexLinked=',
|
||||
IsImageIndexLinked,' Old=',
|
||||
TToolButton(FClient).ImageIndex,' New=',Value]);
|
||||
TToolButton(FClient).ImageIndex,' New=',Value]);}
|
||||
if IsImageIndexLinked then TToolButton(FClient).ImageIndex := Value;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user