Skip to content

Commit 818d660

Browse files
GeoB99HBelusca
authored andcommitted
[SHELL32] Enable the "Apply" button when user takes action on the edit box control (reactos#1720)
CORE-12312
1 parent ece54dc commit 818d660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dll/win32/shell32/dialogs/recycler_prop.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ RecycleBinDlg(
304304
toggleNukeOnDeleteOption(hwndDlg, FALSE);
305305
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
306306
break;
307+
case 14002:
308+
if (HIWORD(wParam) == EN_CHANGE)
309+
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
310+
break;
307311
case 14003:
308312
toggleNukeOnDeleteOption(hwndDlg, TRUE);
309313
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);

0 commit comments

Comments
 (0)