Tastudio - fix major slowdown when moving the mouse over the InputRoll
This commit is contained in:
parent
d2a9f51510
commit
69e5a3b088
|
@ -1229,9 +1229,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
_triggerAutoRestore = true;
|
||||
JumpToGreenzone();
|
||||
DoTriggeredAutoRestoreIfNeeded();
|
||||
|
||||
RefreshDialog();
|
||||
}
|
||||
RefreshDialog();
|
||||
}
|
||||
|
||||
private void TasView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue