Fix exception when holding shift+tab and clicking the menu

This commit is contained in:
adelikat 2014-08-01 02:16:56 +00:00
parent 9b3f4c28e6
commit c67249bb1d
1 changed files with 1 additions and 1 deletions

View File

@ -1577,7 +1577,7 @@ namespace BizHawk.Client.EmuHawk
private void SetPauseStatusbarIcon()
{
if (IsTurboing)
if (IsTurboSeeking)
{
PauseStatusButton.Image = Properties.Resources.Lightning;
PauseStatusButton.Visible = true;