tastudio - make sure tools are updated when navigating

This commit is contained in:
adelikat 2014-10-11 17:43:24 +00:00
parent 44968d5f96
commit 421f69ed69
1 changed files with 9 additions and 0 deletions

View File

@ -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