fixed bug #1651312 - InstallOptions browse button not working
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4921 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
82910689b3
commit
618bfabd4a
1 changed files with 3 additions and 0 deletions
|
@ -611,7 +611,10 @@ LRESULT WINAPI WMCommandProc(HWND hWnd, UINT id, HWND hwndCtl, UINT codeNotify)
|
|||
}
|
||||
|
||||
if (pFields[nIdx].nType == FIELD_BROWSEBUTTON)
|
||||
{
|
||||
--nIdx;
|
||||
--pField;
|
||||
}
|
||||
|
||||
char szBrowsePath[MAX_PATH];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue