Tastudio - when clicking the frame column header, add a marker
This commit is contained in:
parent
77ee19e5cd
commit
5ba9717445
|
@ -213,7 +213,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
if (columnName == FrameColumnName)
|
if (columnName == FrameColumnName)
|
||||||
{
|
{
|
||||||
// TODO: add marker to LastSelectedIndex
|
_currentTasMovie.Markers.Add(TasView.LastSelectedIndex.Value, "");
|
||||||
|
RefreshDialog();
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (columnName != MarkerColumnName) // TODO: what about float?
|
else if (columnName != MarkerColumnName) // TODO: what about float?
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue