Undo Lockwindow Off fix from [r6789] because it caused the taskbar button to become invisible!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6793 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
78bf493cb8
commit
d0a461cbca
2 changed files with 5 additions and 3 deletions
|
@ -637,7 +637,7 @@ skipPage:
|
|||
|
||||
if (!ui_dlg_visible && m_curwnd)
|
||||
{
|
||||
ShowWindow(hwndDlg, SW_SHOWDEFAULT); // BUGBUG: Why is this here, it does not seem to be required?
|
||||
ShowWindow(hwndDlg, SW_SHOWDEFAULT);
|
||||
ui_dlg_visible = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue