tastudio - make sure tools are updated when navigating
This commit is contained in:
parent
44968d5f96
commit
421f69ed69
|
@ -392,6 +392,15 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
RefreshDialog();
|
||||
UpdateOtherTools();
|
||||
}
|
||||
|
||||
private void UpdateOtherTools() // a hack probably, surely there is a better way to do this
|
||||
{
|
||||
_hackyDontUpdate = true;
|
||||
GlobalWin.Tools.UpdateBefore();
|
||||
GlobalWin.Tools.UpdateAfter();
|
||||
_hackyDontUpdate = false;
|
||||
}
|
||||
|
||||
#region Playback Controls
|
||||
|
|
Loading…
Reference in New Issue