tastudio - fix loading of inputroll settings, column hide/show will now properly save and load
This commit is contained in:
parent
e6cec0f52f
commit
4ab4db320c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue