fix bug(?) in new input config dialog that caused it to act freaky
This commit is contained in:
parent
477d3f0a84
commit
a47098cf71
|
@ -356,7 +356,7 @@ BOOL CALLBACK InputConfigDlgProc( HWND hDlg,
|
|||
return true;
|
||||
}
|
||||
|
||||
return DefWindowProc( hDlg, uMessage, wParam, lParam);
|
||||
return false;
|
||||
}
|
||||
|
||||
void InputConfig(HWND hwnd)
|
||||
|
|
Loading…
Reference in New Issue