From 3f42fa8804eeafae0375aff4b617a93984561380 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 8 Jun 2007 17:15:19 +0000 Subject: [PATCH] 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 --- Source/exehead/Ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 3b1adbd3..7de64c99 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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) {