瀏覽代碼

Bug fix: Shift-clicking OK button on Synchronization checklist window when synchronization in the background was not possible still closed the window

(cherry picked from commit 523edaf84cd5a3f8731562501da590b99f0b4ff5)

Source commit: d83619924a3fef879a816b45a56611b0fe5a04cd
Martin Prikryl 1 月之前
父節點
當前提交
c6eda31c84
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/SynchronizeChecklist.cpp

+ 1 - 0
source/forms/SynchronizeChecklist.cpp

@@ -1353,6 +1353,7 @@ void __fastcall TSynchronizeChecklistDialog::OkButtonClick(TObject *)
   if (Queue && (FOnQueueSynchronize == NULL))
   {
     Beep();
+    ModalResult = mrNone;
   }
   else
   {