mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SHELL32] Enable the "Apply" button when user takes action on the edit box control (#1720)
CORE-12312
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user