mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
resolved focus bug on first-connect
This commit is contained in:
@@ -49,6 +49,7 @@ namespace mRemoteNG.Connection.Protocol
|
||||
{
|
||||
try
|
||||
{
|
||||
base.Connect();
|
||||
var arguments = BuildPuttyCommandLineArguments(InterfaceControl.Info);
|
||||
|
||||
ProtocolProcess = new Process
|
||||
@@ -103,7 +104,6 @@ namespace mRemoteNG.Connection.Protocol
|
||||
InterfaceControl.Parent.Handle), true);
|
||||
|
||||
Resize(this, new EventArgs());
|
||||
base.Connect();
|
||||
return true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user