Fixed unable to edit subtitles while TAStudio is open.
This commit is contained in:
parent
e8d9ae7e7c
commit
9bcb5f835a
|
@ -45,7 +45,7 @@ namespace BizHawk.Client.Common
|
|||
Changes = true;
|
||||
}
|
||||
|
||||
//Taseditor deletes markers that are in truncated portion of movie.
|
||||
//TAS Editor deletes markers that are in truncated portion of movie.
|
||||
Markers.TruncateAt(frame);
|
||||
}
|
||||
|
||||
|
|
|
@ -840,7 +840,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void SubtitlesMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var form = new EditSubtitlesForm { ReadOnly = true };
|
||||
var form = new EditSubtitlesForm { ReadOnly = false };
|
||||
form.GetMovie(Global.MovieSession.Movie);
|
||||
form.ShowDialog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue