Browse Source

Closing last session was broken by 3f538974

Source commit: 2f8b9a745f67e01c75ca4f4165c27ed99d2d8263
Martin Prikryl 5 năm trước cách đây
mục cha
commit
2e2ad3bf2b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      source/forms/CustomScpExplorer.cpp

+ 4 - 0
source/forms/CustomScpExplorer.cpp

@@ -619,6 +619,10 @@ void __fastcall TCustomScpExplorerForm::TerminalChanged(bool Replaced)
       }
     }
   }
+  else
+  {
+    RemoteDirView->Terminal = NULL;
+  }
 
   InitStatusBar();
   UpdateTransferList();