mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Loading icons from executables when icon index not supplied.
This commit is contained in:
parent
720cd2a8e5
commit
05e539bb7a
1 changed files with 5 additions and 1 deletions
|
|
@ -979,7 +979,11 @@ begin
|
|||
Result := False;
|
||||
end
|
||||
else
|
||||
Result := False;
|
||||
begin
|
||||
IconIndex := 0;
|
||||
IconFile := IconPath;
|
||||
Result := FileIsExeLib(IconFile);
|
||||
end;
|
||||
end;
|
||||
|
||||
function TPixMapManager.GetSystemFolderIcon: PtrInt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue