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:
kichik 2003-03-29 13:39:48 +00:00
parent 68c97de740
commit 34e75bfd21
4 changed files with 28 additions and 18 deletions

View file

@ -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);
}