浏览代码

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

Caused by Bug 1281.

Source commit: c75ee0a2f73f703fb12e1e0cda976e8494941463
Martin Prikryl 9 年之前
父节点
当前提交
d71db69b4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/ScpCommander.cpp

+ 1 - 0
source/forms/ScpCommander.cpp

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