tastudio: display changes in a loaded file too.
This commit is contained in:
parent
802fb54fad
commit
ea1368c819
|
@ -444,6 +444,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
GoToFrame(0);
|
||||
else
|
||||
GoToFrame(CurrentTasMovie.Session.CurrentFrame);
|
||||
CurrentTasMovie.PropertyChanged += new PropertyChangedEventHandler(this.TasMovie_OnPropertyChanged);
|
||||
CurrentTasMovie.CurrentBranch = CurrentTasMovie.Session.CurrentBranch;
|
||||
|
||||
// clear all selections
|
||||
|
|
Loading…
Reference in New Issue