Tastudio - hide undo history box for now
This commit is contained in:
parent
d018df416a
commit
dfe5b40ba9
|
@ -603,6 +603,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
RefreshDialog();
|
||||
|
||||
/* adelikat: Hack to remove Undo History for now, it shouldn't be on the main window anyway, make it a modeless dialog */
|
||||
groupBox2.Visible = false;
|
||||
groupBox1.Size = new System.Drawing.Size(groupBox1.Width, groupBox1.Height + 85);
|
||||
}
|
||||
|
||||
private bool InitializeOnLoad()
|
||||
|
|
Loading…
Reference in New Issue