No more flickering
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1666 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
11d65381d9
commit
ecea4a776c
5 changed files with 9 additions and 2 deletions
|
@ -969,6 +969,8 @@ void showCfgDlg()
|
|||
ShowWindow(hConfigWindow, SW_SHOWNA);
|
||||
SetFocus(hNextButton);
|
||||
|
||||
LockWindowUpdate(0);
|
||||
|
||||
g_done=0;
|
||||
|
||||
while (!g_done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue