another focused invisible control problem when hitting the Show Details button that also hides that button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5162 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
48e7afd214
commit
3f42fa8804
1 changed files with 1 additions and 1 deletions
|
@ -1599,7 +1599,7 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
|||
{
|
||||
ShowWindow(insthwndbutton,SW_HIDE);
|
||||
ShowWindow(linsthwnd,SW_SHOWNA);
|
||||
SetNextDef();
|
||||
SetActiveCtl(linsthwnd);
|
||||
}
|
||||
if (uMsg == WM_NOTIFY_INSTPROC_DONE)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue