浏览代码

Bug 1718: Renaming site on Login dialog cannot be committed using Enter key when it was started using Manage > Rename command

https://winscp.net/tracker/1718

Source commit: f868ef72da376eef04e86d25a7bd047f94e19792
Martin Prikryl 6 年之前
父节点
当前提交
a83e739539
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/Login.cpp

+ 1 - 0
source/forms/Login.cpp

@@ -1807,6 +1807,7 @@ void __fastcall TLoginDialog::RenameSessionActionExecute(TObject * /*Sender*/)
   {
     // would be more appropriate in SessionTreeEditing, but it does not work there
     ResetSitesIncrementalSearch();
+    SessionTree->SetFocus();
     SessionTree->Selected->EditText();
   }
 }