Locking that actually works...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1900 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0c8f15a05e
commit
de10398984
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ nextPage:
|
|||
#ifdef NSIS_SUPPORT_CODECALLBACKS
|
||||
// lock display for custom pages to prevent flickering
|
||||
// the custom page must unlock the display
|
||||
if (this_page->id<0 && uMsg != WM_INITDIALOG) LockWindowUpdate(hwndDlg);
|
||||
if (this_page->id<0 && uMsg != WM_INITDIALOG) LockWindowUpdate(m_curwnd);
|
||||
else LockWindowUpdate(0);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue