Returned WM_COMMAND forwarding as NSISdl is now fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3302 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2144a90eed
commit
0d092eeb01
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue