tastudio:
- properly setup autoloaded and normally loaded project columns - actually call the callback that updates scrollbars and other stuff
This commit is contained in:
parent
825d45966c
commit
3ea3012aa7
|
@ -1241,6 +1241,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
};
|
||||
|
||||
ColumnsSubMenu.DropDownItems.Add(defaults);
|
||||
TasView.AllColumns.ColumnsChanged();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue