Tastudio - fix major slowdown when moving the mouse over the InputRoll

This commit is contained in:
adelikat 2019-11-26 12:58:04 -06:00
parent d2a9f51510
commit 69e5a3b088
1 changed files with 1 additions and 2 deletions

View File

@ -1229,9 +1229,8 @@ namespace BizHawk.Client.EmuHawk
_triggerAutoRestore = true;
JumpToGreenzone();
DoTriggeredAutoRestoreIfNeeded();
RefreshDialog();
}
RefreshDialog();
}
private void TasView_SelectedIndexChanged(object sender, EventArgs e)