mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 12:19:20 +02:00
lcl: comment
git-svn-id: trunk@41163 -
This commit is contained in:
parent
b24a4ade47
commit
a45fef9f7e
@ -1251,7 +1251,7 @@ var
|
|||||||
begin
|
begin
|
||||||
if (FImageIndex = AValue) then
|
if (FImageIndex = AValue) then
|
||||||
Exit;
|
Exit;
|
||||||
//debugln('TMenuItem.SetImageIndex A ',Name,' Old=',FImageIndex,' New=',Value);
|
//debugln(['TMenuItem.SetImageIndex A ',Name,' Old=',FImageIndex,' New=',AValue]);
|
||||||
AImageList := GetImageList;
|
AImageList := GetImageList;
|
||||||
FImageIndex := AValue;
|
FImageIndex := AValue;
|
||||||
if AImageList = nil then
|
if AImageList = nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user