don't use TPM_RECURSE under NT4, it results in TrackPopupMenu() not showing the menu at all (bug 1663216) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-23 16:23:12 +00:00
parent 56502ea468
commit 7a6043ae7c
2 changed files with 18 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ Major new features in 2.8 release
2.8.4
-----
wxMSW:
@@ -96,6 +97,7 @@ wxMSW:
it didn't respect font size nor background colour then (Juan Antonio Ortega)
- Don't lose combobox text when it's opened and closed (Kolya Kosenko)
- Corrected GetChecked() for events from checkable menu items (smanders)
- Fixed popup menus under Windows NT 4
2.8.3