From ea1c67af6bebbf0980ec480e64488315f449dc9e Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 25 Nov 2004 22:31:08 +0000 Subject: [PATCH] fixed bug #1073363 - keyboard navigation in MUI_PAGE_INSTFILES keyboard navigation doesn't work while the focus is set on a disabled control git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3778 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 0658b67b..cdddf820 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -1548,6 +1548,8 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa insthwnd2=GetUIItem(IDC_INTROTEXT); linsthwnd=insthwnd=GetUIItem(IDC_LIST1); + SetActiveCtl(insthwndbutton); + progress_bar_len=sumsecsfield(code_size); progress_bar_pos=0;