mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:58:06 +02:00
LCL: MenuItem, SetBitmap did not trigger change when old Bitmap existed, and was only re-assigned
This commit is contained in:
parent
99e2074a2d
commit
ce20675a1b
@ -1770,6 +1770,7 @@ end;
|
||||
procedure TMenuItem.BitmapChange(Sender: TObject);
|
||||
begin
|
||||
UpdateImage;
|
||||
MenuChanged(False);
|
||||
end;
|
||||
|
||||
function TMenuItem.GetAutoLineReduction: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user