fixed bug #1733692 - Hitting any key in the instfiles page freezes under W2K
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5161 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bce96b3872
commit
48e7afd214
1 changed files with 1 additions and 0 deletions
|
@ -1576,6 +1576,7 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||||
ShowWindow(insthwndbutton,SW_HIDE);
|
ShowWindow(insthwndbutton,SW_HIDE);
|
||||||
if (!(g_flags&CH_FLAGS_DETAILS_NEVERSHOW)) ShowWindow(linsthwnd,SW_SHOWNA);
|
if (!(g_flags&CH_FLAGS_DETAILS_NEVERSHOW)) ShowWindow(linsthwnd,SW_SHOWNA);
|
||||||
else insthwndbutton=NULL;
|
else insthwndbutton=NULL;
|
||||||
|
SetActiveCtl(insthwnd2);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue