Tastudio - when clicking the frame column header, add a marker

This commit is contained in:
adelikat 2014-09-19 01:15:14 +00:00
parent 77ee19e5cd
commit 5ba9717445
1 changed files with 3 additions and 1 deletions

View File

@ -213,7 +213,9 @@ namespace BizHawk.Client.EmuHawk
if (columnName == FrameColumnName)
{
// TODO: add marker to LastSelectedIndex
_currentTasMovie.Markers.Add(TasView.LastSelectedIndex.Value, "");
RefreshDialog();
}
else if (columnName != MarkerColumnName) // TODO: what about float?
{