lcl: reduce debug output

git-svn-id: trunk@19463 -
This commit is contained in:
paul 2009-04-17 01:34:25 +00:00
parent b6c3f2f65d
commit 87e1d4d117

View File

@ -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;