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:
parent
14628a4daf
commit
69bc516677
1 changed files with 2 additions and 2 deletions
|
@ -509,7 +509,7 @@ nextPage:
|
|||
{
|
||||
HWND hwndtmp;
|
||||
|
||||
LockWindowUpdate(g_hwnd);
|
||||
//LockWindowUpdate(g_hwnd);
|
||||
|
||||
SetDlgItemTextFromLang(hwndDlg,IDOK,this_page->next);
|
||||
|
||||
|
@ -528,7 +528,7 @@ nextPage:
|
|||
if (ExecuteCodeSegment(this_page->prefunc,NULL) || this_page->id<0)
|
||||
goto nextPage;
|
||||
#endif //NSIS_SUPPORT_CODECALLBACKS
|
||||
LockWindowUpdate(0);
|
||||
//LockWindowUpdate(0);
|
||||
if (this_page->id>=0) // NSIS page
|
||||
{
|
||||
gDontFookWithFocus = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue