We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece54dc commit 818d660Copy full SHA for 818d660
dll/win32/shell32/dialogs/recycler_prop.cpp
@@ -304,6 +304,10 @@ RecycleBinDlg(
304
toggleNukeOnDeleteOption(hwndDlg, FALSE);
305
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
306
break;
307
+ case 14002:
308
+ if (HIWORD(wParam) == EN_CHANGE)
309
+ PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
310
+ break;
311
case 14003:
312
toggleNukeOnDeleteOption(hwndDlg, TRUE);
313
0 commit comments