Some more optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3223 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edbc22d642
commit
b5a430dfa6
3 changed files with 37 additions and 38 deletions
|
@ -512,7 +512,7 @@ skipPage:
|
|||
if (!ui_dlg_visible && m_curwnd)
|
||||
{
|
||||
ShowWindow(hwndDlg, SW_SHOW);
|
||||
ui_dlg_visible = TRUE;
|
||||
ui_dlg_visible = 1;
|
||||
}
|
||||
|
||||
if (bNextPage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue