mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +02:00
lcl: comment
git-svn-id: trunk@41163 -
This commit is contained in:
parent
b24a4ade47
commit
a45fef9f7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user