From c6a33eb2f04591ccdd2aacc0cd196f47e360751c Mon Sep 17 00:00:00 2001 From: mattmenke Date: Wed, 9 Sep 2009 05:13:31 +0000 Subject: [PATCH] May or may not fix certain failure to bind issues. May or may not cause issues in canceling binding when using mouse/keyboard to navigate the bind window when the corresponding mode is set to disabled. May or may not result in Armageddon. Probably not. I hope. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1795 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/LilyPad/Config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/LilyPad/Config.cpp b/plugins/LilyPad/Config.cpp index 2a8fe44f6b..66b7c70e3f 100644 --- a/plugins/LilyPad/Config.cpp +++ b/plugins/LilyPad/Config.cpp @@ -1353,8 +1353,6 @@ INT_PTR CALLBACK DialogProc(HWND hWnd, unsigned int msg, WPARAM wParam, LPARAM l SelChanged(port, slot); } } - // Stop binding when user does something else. - EndBinding(hWnd); } break; case WM_HSCROLL: