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
This commit is contained in:
parent
2115d8ce1c
commit
ea1c67af6b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue