mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Background context menu font (fixes #1917)
This commit is contained in:
parent
aa41a1d75c
commit
14abe92c63
1 changed files with 2 additions and 0 deletions
|
|
@ -688,6 +688,8 @@ begin
|
|||
aFile := FFiles[0];
|
||||
if FBackground then // Add "Background" context menu specific items
|
||||
begin
|
||||
SetMenuDefaultItem(FShellMenu, UINT(-1), 0);
|
||||
|
||||
InnerExtActionList := TExtActionList.Create;
|
||||
|
||||
// Add commands to root of context menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue