|
@@ -1177,7 +1177,6 @@ void __fastcall TScpCommanderForm::LocalFileControlDDDragEnter(TObject *Sender,
|
|
bool __fastcall TScpCommanderForm::PanelOperation(TOperationSide Side,
|
|
bool __fastcall TScpCommanderForm::PanelOperation(TOperationSide Side,
|
|
bool DragDrop)
|
|
bool DragDrop)
|
|
{
|
|
{
|
|
- // TODO
|
|
|
|
return TCustomScpExplorerForm::PanelOperation(Side, DragDrop) ||
|
|
return TCustomScpExplorerForm::PanelOperation(Side, DragDrop) ||
|
|
(DropSourceControl == LocalDirView);
|
|
(DropSourceControl == LocalDirView);
|
|
}
|
|
}
|
|
@@ -1188,7 +1187,6 @@ void __fastcall TScpCommanderForm::FileOperationProgress(
|
|
// Heuristic: When operation finishes and DD target is local dir view,
|
|
// Heuristic: When operation finishes and DD target is local dir view,
|
|
// we suppose that drag&drop download finished, so local dir view should be
|
|
// we suppose that drag&drop download finished, so local dir view should be
|
|
// reloaded
|
|
// reloaded
|
|
- // TODO
|
|
|
|
if (!ProgressData.InProgress && FProgressForm &&
|
|
if (!ProgressData.InProgress && FProgressForm &&
|
|
IsFileControl(FDDTargetControl, osLocal) &&
|
|
IsFileControl(FDDTargetControl, osLocal) &&
|
|
((ProgressData.Operation == ::foCopy) || (ProgressData.Operation == ::foMove)))
|
|
((ProgressData.Operation == ::foCopy) || (ProgressData.Operation == ::foMove)))
|