From 48e7afd2147f2332bb8b690e22c2e694a5609994 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 8 Jun 2007 17:11:54 +0000 Subject: [PATCH] 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 --- Source/exehead/Ui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index eec7e1ba..3b1adbd3 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -1576,6 +1576,7 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa ShowWindow(insthwndbutton,SW_HIDE); if (!(g_flags&CH_FLAGS_DETAILS_NEVERSHOW)) ShowWindow(linsthwnd,SW_SHOWNA); else insthwndbutton=NULL; + SetActiveCtl(insthwnd2); } {