mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
- Small fix
svn path=/trunk/; revision=32982
This commit is contained in:
parent
d1f9ff8a1d
commit
d60b24ff30
1 changed files with 2 additions and 0 deletions
|
@ -229,10 +229,12 @@ ClickLockProc(IN HWND hwndDlg,
|
||||||
hDlgCtrl = GetDlgItem(hwndDlg, IDC_SLIDER_CLICK_LOCK);
|
hDlgCtrl = GetDlgItem(hwndDlg, IDC_SLIDER_CLICK_LOCK);
|
||||||
pButtonData->g_ClickLockTime = (DWORD) (SendMessage(hDlgCtrl, TBM_GETPOS, 0, 0) * 200) + 200;
|
pButtonData->g_ClickLockTime = (DWORD) (SendMessage(hDlgCtrl, TBM_GETPOS, 0, 0) * 200) + 200;
|
||||||
EndDialog(hwndDlg, TRUE);
|
EndDialog(hwndDlg, TRUE);
|
||||||
|
if (hIcon) DestroyIcon(hIcon);
|
||||||
}
|
}
|
||||||
else if (LOWORD(wParam) == IDCANCEL)
|
else if (LOWORD(wParam) == IDCANCEL)
|
||||||
{
|
{
|
||||||
EndDialog(hwndDlg, FALSE);
|
EndDialog(hwndDlg, FALSE);
|
||||||
|
if (hIcon) DestroyIcon(hIcon);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue