tastudio: don't update branches if no movie was loaded
This commit is contained in:
parent
216c7ea487
commit
54320865c0
|
@ -604,10 +604,12 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
bool result = Mainform.StartNewMovie(movie, record);
|
||||
if (result)
|
||||
{
|
||||
CurrentTasMovie.TasStateManager.Capture(); // Capture frame 0 always.
|
||||
BookMarkControl.UpdateTextColumnWidth();
|
||||
}
|
||||
|
||||
TastudioPlayMode();
|
||||
BookMarkControl.UpdateTextColumnWidth();
|
||||
TastudioPlayMode();
|
||||
|
||||
_initializing = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue