mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
46f3973031
commit
c6a33eb2f0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue