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:
kichik 2002-11-11 16:06:23 +00:00
parent 11d65381d9
commit ecea4a776c
5 changed files with 9 additions and 2 deletions

View file

@ -969,6 +969,8 @@ void showCfgDlg()
ShowWindow(hConfigWindow, SW_SHOWNA);
SetFocus(hNextButton);
LockWindowUpdate(0);
g_done=0;
while (!g_done) {