diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index fa3120de..7ab8a535 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -580,8 +580,9 @@ skipPage: } else { - // Forward WM_COMMANDs to inner dialogs, can be custom ones - //SendMessage(m_curwnd, uMsg, wParam, lParam); + // Forward WM_COMMANDs to inner dialogs, can be custom ones. + // Without this, enter on buttons in inner dialogs won't work. + SendMessage(m_curwnd, uMsg, wParam, lParam); } } return HandleStaticBkColor();