فهرست منبع

Closing last session was broken by 3f538974

Source commit: 2f8b9a745f67e01c75ca4f4165c27ed99d2d8263
Martin Prikryl 5 سال پیش
والد
کامیت
2e2ad3bf2b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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();