mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Small fix
svn path=/trunk/; revision=32982
This commit is contained in:
@@ -229,10 +229,12 @@ ClickLockProc(IN HWND hwndDlg,
|
||||
hDlgCtrl = GetDlgItem(hwndDlg, IDC_SLIDER_CLICK_LOCK);
|
||||
pButtonData->g_ClickLockTime = (DWORD) (SendMessage(hDlgCtrl, TBM_GETPOS, 0, 0) * 200) + 200;
|
||||
EndDialog(hwndDlg, TRUE);
|
||||
if (hIcon) DestroyIcon(hIcon);
|
||||
}
|
||||
else if (LOWORD(wParam) == IDCANCEL)
|
||||
{
|
||||
EndDialog(hwndDlg, FALSE);
|
||||
if (hIcon) DestroyIcon(hIcon);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user