mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Drives bar right click properties missing functions (fixes #580)
This commit is contained in:
parent
37f25c86ef
commit
664c3a32a5
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ begin
|
|||
(List + i)^ := tmpPIDL;
|
||||
end;
|
||||
|
||||
if (Win32MajorVersion < 6) or (ASamePath) then
|
||||
if (Win32MajorVersion < 6) or (ASamePath) or (Files.Count = 1) then
|
||||
Folder.GetUIObjectOf(Handle, Files.Count, PItemIDList(List^), IID_IContextMenu, nil, Result)
|
||||
else begin
|
||||
AMenu:= Default(TDefContextMenu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue