Tastudio - hide undo history box for now

This commit is contained in:
adelikat 2015-03-03 23:28:30 +00:00
parent d018df416a
commit dfe5b40ba9
1 changed files with 4 additions and 0 deletions

View File

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