Buttons from focused license text fixed (return will not work if next button not enabled and escape will work as cancel)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2391 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
68c97de740
commit
34e75bfd21
4 changed files with 28 additions and 18 deletions
|
@ -262,7 +262,7 @@ static int NSISCALL __ensuredata(int amount)
|
|||
#endif
|
||||
{
|
||||
if (hwnd) {
|
||||
static MSG msg;
|
||||
MSG msg;
|
||||
m_pos=m_length-(amount-(dbd_size-dbd_pos));
|
||||
while (PeekMessage(&msg,NULL,0,0,PM_REMOVE)) DispatchMessage(&msg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue