mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
fix "Primary mouse button changes prematurely."
See issue #3949 for more details. svn path=/trunk/; revision=38440
This commit is contained in:
parent
ea025bdb03
commit
715d203273
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ ButtonProc(IN HWND hwndDlg,
|
|||
SendMessage((HWND)lParam, BM_SETCHECK, (WPARAM)BST_CHECKED, (LPARAM)0);
|
||||
SendDlgItemMessage(hwndDlg, IDC_IMAGE_SWAP_MOUSE, STM_SETIMAGE, IMAGE_ICON, (LPARAM)pButtonData->hButtonRight);
|
||||
}
|
||||
SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP, pButtonData->g_SwapMouseButtons, NULL, 0);
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue