Fixed bug #660082 - Focus problems in MakeNSISw, menu shortcuts didn't work when focus was on the test button and it was disabled due to an error in the script.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2070 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-01-17 14:11:23 +00:00
parent e38a122c1a
commit 4e0a7e927b
2 changed files with 8 additions and 0 deletions

View file

@ -93,6 +93,7 @@ typedef struct NSISScriptData {
HMENU menu;
HMENU submenu;
HANDLE thread;
HWND focused_hwnd;
CHARRANGE textrange;
} NSCRIPTDATA;