mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
[DESK] Change the property "Screensaver" page on text change
If the user takes action on the edit box control of "Screensaver" dialog page, enable the "Apply" property button. CORE-16280
This commit is contained in:
parent
d97e49091d
commit
dcf18826a5
1 changed files with 2 additions and 1 deletions
|
@ -747,6 +747,7 @@ ScreenSaverPageProc(HWND hwndDlg,
|
||||||
|
|
||||||
case IDC_SCREENS_TIMEDELAY:
|
case IDC_SCREENS_TIMEDELAY:
|
||||||
{
|
{
|
||||||
|
if (command == EN_CHANGE)
|
||||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue