From 69e5a3b0882b24d15b24990687d9f6ae092267e3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 26 Nov 2019 12:58:04 -0600 Subject: [PATCH] Tastudio - fix major slowdown when moving the mouse over the InputRoll --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index 8b3a5797ae..ea29df1100 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -1229,9 +1229,8 @@ namespace BizHawk.Client.EmuHawk _triggerAutoRestore = true; JumpToGreenzone(); DoTriggeredAutoRestoreIfNeeded(); - + RefreshDialog(); } - RefreshDialog(); } private void TasView_SelectedIndexChanged(object sender, EventArgs e)