From 8a4b6f3d73944d84df5c1ae70ec3d331c6f78009 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Tue, 23 Jul 2013 19:55:17 -0400 Subject: [PATCH] Forgot this from the last commit. --- Source/Core/DolphinWX/Src/TASInputDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/TASInputDlg.cpp b/Source/Core/DolphinWX/Src/TASInputDlg.cpp index 2030965e8b..5b71009644 100644 --- a/Source/Core/DolphinWX/Src/TASInputDlg.cpp +++ b/Source/Core/DolphinWX/Src/TASInputDlg.cpp @@ -371,7 +371,7 @@ void TASInputDlg::GetKeyBoardInput(SPADStatus *PadStatus) wx_l_button->SetValue(true); L_button_cont = true; } - else if (L_slider_cont) + else if (L_button_cont) { wx_l_button->SetValue(false); L_button_cont = false;