UPD: debug code removed in TShellContextMenu.FillOpenWithSubMenu()

(cherry picked from commit c127237193)
This commit is contained in:
rich2014 2023-12-26 21:55:38 +08:00 committed by Alexander Koblov
commit b9d422290e

View file

@ -454,7 +454,6 @@ begin
ImageIndex:= PixMapManager.GetApplicationBundleIcon(appUrl.path.UTF8String, -1);
if ImageIndex >= 0 then begin
bmpTemp:= PixMapManager.GetBitmap(ImageIndex);
Writeln( bmpTemp.Width );
if Assigned(bmpTemp) then begin
mi.ImageIndex:=FMenuImageList.Count;
FMenuImageList.Add( bmpTemp , nil );