debugger - fix scrollbars on register panel

This commit is contained in:
adelikat 2015-01-23 23:51:37 +00:00
parent 19450e50f7
commit 5d2eb17771
1 changed files with 0 additions and 3 deletions

View File

@ -130,7 +130,6 @@ namespace BizHawk.Client.EmuHawk
public void GenerateUI()
{
this.SuspendLayout();
this.Controls.Clear();
var canget = CanGetCpuRegisters;
var canset = CanSetCpuRegisters;
@ -249,8 +248,6 @@ namespace BizHawk.Client.EmuHawk
}
this.Controls.Add(p);
this.ResumeLayout();
}
}
}