Set display properly when checking RemoteHost status

This commit is contained in:
baldurk
2016-08-04 16:28:28 +02:00
parent a2955a39b0
commit 96c777cb43
+5 -1
View File
@@ -172,7 +172,11 @@ namespace renderdocui.Windows.Dialogs
string username = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
(node.Tag as RemoteHost).CheckStatus();
RemoteHost host = node.Tag as RemoteHost;
host.CheckStatus();
SetRemoteServerLive(node, host.ServerRunning, host.Busy);
StaticExports.EnumerateRemoteTargets(hostname, (UInt32 i) => {
try