[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:
Bișoc George 2019-08-04 11:21:28 +02:00 committed by Mark Jansen
parent d97e49091d
commit dcf18826a5

View file

@ -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;
}