tastudio - fix loading of inputroll settings, column hide/show will now properly save and load

This commit is contained in:
adelikat 2014-10-14 18:42:24 +00:00
parent e6cec0f52f
commit 4ab4db320c
1 changed files with 6 additions and 1 deletions

View File

@ -1117,7 +1117,12 @@ namespace BizHawk.Client.EmuHawk
}
EngageTastudio();
SetUpColumns();
if (!TasView.AllColumns.Any()) // If a project with column settings has already been loaded we don't need to do this
{
SetUpColumns();
}
LoadConfigSettings();
SetColumnsFromCurrentStickies();
RefreshDialog();