Tastudio Branches - Fix null reference excepting when navigating after branch load
This commit is contained in:
parent
3ffd7a528f
commit
aeccf2e310
|
@ -487,8 +487,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
_floatEditYPos = -1;
|
||||
_leftButtonHeld = false;
|
||||
|
||||
if (_floatEditRow == -1)
|
||||
if (_floatEditRow == -1 && CurrentTasMovie.ChangeLog != null)
|
||||
{
|
||||
CurrentTasMovie.ChangeLog.EndBatch();
|
||||
}
|
||||
}
|
||||
|
||||
private void TasView_MouseUp(object sender, MouseEventArgs e)
|
||||
|
|
Loading…
Reference in New Issue