mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Don't enum & add hosts until controls are properly created & available
This commit is contained in:
@@ -316,6 +316,7 @@
|
||||
this.MaximizeBox = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Remote Host Manager";
|
||||
this.Load += new System.EventHandler(this.RemoteManager_Load);
|
||||
tableLayoutPanel1.ResumeLayout(false);
|
||||
basicConfigBox.ResumeLayout(false);
|
||||
basicConfigBox.PerformLayout();
|
||||
|
||||
@@ -114,7 +114,10 @@ namespace renderdocui.Windows.Dialogs
|
||||
|
||||
m_Core = core;
|
||||
m_Main = main;
|
||||
}
|
||||
|
||||
private void RemoteManager_Load(object sender, EventArgs e)
|
||||
{
|
||||
hosts.BeginInit();
|
||||
|
||||
foreach (var h in m_Core.Config.RemoteHosts)
|
||||
|
||||
Reference in New Issue
Block a user