LCL: Prevent a crash in menu when setting bitmap after removing ImageIndex. Issue #41307.

This commit is contained in:
Juha 2025-01-04 15:03:42 +02:00
parent 5a078f10d6
commit c897bdf3cc

View File

@ -1641,7 +1641,7 @@ begin
end
else
begin
if (forced) or (ImgList = nil) or (ImageIndex = -1) then
if forced or (ImgList = nil) then
begin
FreeAndNil(FBitmap);
FBitmapIsValid := True;