mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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,7 +747,8 @@ ScreenSaverPageProc(HWND hwndDlg,
|
|||
|
||||
case IDC_SCREENS_TIMEDELAY:
|
||||
{
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
if (command == EN_CHANGE)
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue