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
|
@ -98,6 +98,8 @@ void __declspec(dllexport) Select(HWND hwndParent, int string_size, char *variab
|
|||
lpWndProcOld = (void *) SetWindowLong(hwndParent, GWL_WNDPROC, (long) ParentWndProc);
|
||||
}
|
||||
|
||||
LockWindowUpdate(0);
|
||||
|
||||
while (!g_done)
|
||||
{
|
||||
MSG msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue