[SHELL32] Enable the "Apply" button when user takes action on the edit box control (#1720)

CORE-12312
This commit is contained in:
Bișoc George
2019-07-07 14:47:44 +02:00
committed by Hermès BÉLUSCA - MAÏTO
parent ece54dcd2f
commit 818d660868
@@ -304,6 +304,10 @@ RecycleBinDlg(
toggleNukeOnDeleteOption(hwndDlg, FALSE);
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
break;
case 14002:
if (HIWORD(wParam) == EN_CHANGE)
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
break;
case 14003:
toggleNukeOnDeleteOption(hwndDlg, TRUE);
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);