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
This commit is contained in:
mattmenke 2009-09-09 05:13:31 +00:00
parent 46f3973031
commit c6a33eb2f0
1 changed files with 0 additions and 2 deletions

View File

@ -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: