tastudio:

- properly setup autoloaded and normally loaded project columns
- actually call the callback that updates scrollbars and other stuff
This commit is contained in:
feos 2016-11-19 00:48:54 +03:00
parent 825d45966c
commit 3ea3012aa7
2 changed files with 2 additions and 2 deletions

View File

@ -1241,6 +1241,7 @@ namespace BizHawk.Client.EmuHawk
};
ColumnsSubMenu.DropDownItems.Add(defaults);
TasView.AllColumns.ColumnsChanged();
}
#endregion

View File

@ -394,7 +394,6 @@ namespace BizHawk.Client.EmuHawk
}
EngageTastudio();
SetUpColumns();
return true;
}
@ -580,7 +579,7 @@ namespace BizHawk.Client.EmuHawk
TasView.DeselectAll();
BookMarkControl.Restart();
MarkerControl.Restart();
SetUpColumns();
RefreshDialog();
}
}