resolved focus bug on first-connect

This commit is contained in:
David Sparer
2019-09-01 16:38:11 -05:00
parent d09e9b10a0
commit 40e878a517

View File

@@ -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)