Browse Source

Merge branch 'master' into dev

Source commit: 51b3016ddc499e01eb2cc3c2469f1b8f5680a74a
Martin Prikryl 9 năm trước cách đây
mục cha
commit
e0353391c0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      source/forms/ScpCommander.cpp

+ 1 - 0
source/forms/ScpCommander.cpp

@@ -1570,6 +1570,7 @@ bool __fastcall TScpCommanderForm::ExecuteCommandLine()
 {
   UnicodeString Command = CommandLineCombo->Text;
   bool Result =
+    !NonVisualDataModule->Busy &&
     !Command.IsEmpty() &&
       ((FCurrentSide != osRemote) ||
        (Terminal->AllowedAnyCommand(Command) &&