No more locking

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1683 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-11 20:49:02 +00:00
parent 14628a4daf
commit 69bc516677

View file

@ -509,7 +509,7 @@ nextPage:
{ {
HWND hwndtmp; HWND hwndtmp;
LockWindowUpdate(g_hwnd); //LockWindowUpdate(g_hwnd);
SetDlgItemTextFromLang(hwndDlg,IDOK,this_page->next); SetDlgItemTextFromLang(hwndDlg,IDOK,this_page->next);
@ -528,7 +528,7 @@ nextPage:
if (ExecuteCodeSegment(this_page->prefunc,NULL) || this_page->id<0) if (ExecuteCodeSegment(this_page->prefunc,NULL) || this_page->id<0)
goto nextPage; goto nextPage;
#endif //NSIS_SUPPORT_CODECALLBACKS #endif //NSIS_SUPPORT_CODECALLBACKS
LockWindowUpdate(0); //LockWindowUpdate(0);
if (this_page->id>=0) // NSIS page if (this_page->id>=0) // NSIS page
{ {
gDontFookWithFocus = 0; gDontFookWithFocus = 0;