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