Jelajahi Sumber

Fix DROPEFFECT_NONE incorrectly replaced by DROPEFFECT_MOVE by c5dc64595a

Source commit: 34b6dc4530fe2c40d284ca4d7be0ccf94035512e
Martin Prikryl 6 tahun lalu
induk
melakukan
8cdf46bc42
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -7941,7 +7941,7 @@ void __fastcall TCustomScpExplorerForm::RemoteFileContolDDChooseEffect(
           else
           else
           {
           {
             // with ctrl-down, we want copy unless it is not supported
             // with ctrl-down, we want copy unless it is not supported
-            dwEffect = CopyCapable ? DROPEFFECT_COPY : DROPEFFECT_MOVE;
+            dwEffect = CopyCapable ? DROPEFFECT_COPY : DROPEFFECT_NONE;
           }
           }
         }
         }
       }
       }