added missing break
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3890 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c66b8150ab
commit
502850c203
1 changed files with 1 additions and 0 deletions
|
@ -1539,6 +1539,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
SendMessage(g_hwnd, WM_SETREDRAW, parm0 & ui_dlg_visible, 0);
|
||||
if ( parm0 )
|
||||
InvalidateRect(g_hwnd, NULL, FALSE);
|
||||
break;
|
||||
}
|
||||
#endif //NSIS_LOCKWINDOW_SUPPORT
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue