From 69bc516677c7db60c9f3a7efeb12911cc3143445 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 11 Nov 2002 20:49:02 +0000 Subject: [PATCH] No more locking git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1683 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 01b8114f..d3683505 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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;