Browse Source

Bug fix: Downloads by drag&drop were randomly defaulted to background queue

Caused by Bug 1281.

Source commit: c75ee0a2f73f703fb12e1e0cda976e8494941463
Martin Prikryl 9 years ago
parent
commit
d71db69b4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/ScpCommander.cpp

+ 1 - 0
source/forms/ScpCommander.cpp

@@ -1440,6 +1440,7 @@ bool __fastcall TScpCommanderForm::DDGetTarget(
     FDDExtTarget = L"";
     FDDExtTarget = L"";
     Result = true;
     Result = true;
     Internal = true;
     Internal = true;
+    ForceQueue = false;
   }
   }
   else
   else
   {
   {