Desktop flickering with first page a custom page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1861 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a8d05dad3c
commit
95483e3eff
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) LockWindowUpdate(hwndDlg);
|
||||
if (this_page->id<0 && uMsg != WM_INITDIALOG) LockWindowUpdate(hwndDlg);
|
||||
else LockWindowUpdate(0);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue