lcl: comment

git-svn-id: trunk@41163 -
This commit is contained in:
mattias 2013-05-13 09:35:23 +00:00
parent b24a4ade47
commit a45fef9f7e

View File

@ -1251,7 +1251,7 @@ var
begin
if (FImageIndex = AValue) then
Exit;
//debugln('TMenuItem.SetImageIndex A ',Name,' Old=',FImageIndex,' New=',Value);
//debugln(['TMenuItem.SetImageIndex A ',Name,' Old=',FImageIndex,' New=',AValue]);
AImageList := GetImageList;
FImageIndex := AValue;
if AImageList = nil then