FIX: Don't show "Actions" submenu in background menu

This commit is contained in:
Alexander Koblov 2010-09-11 15:02:12 +00:00
commit aefe2356fb

View file

@ -248,7 +248,7 @@ begin
//------------------------------------------------------------------------------
{ Actions submenu }
aFile := Files[0];
if (Files.Count = 1) then
if (Files.Count = 1) and not Background then
begin
hActionsSubMenu := CreatePopupMenu;