forward WM_HELP from the buddy control to the main one in order to make context sensitive help work when the text part of wxSpinCtrl is clicked with "?" cursor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-27 15:08:54 +00:00
parent 185b3cb324
commit f9894504d5
2 changed files with 8 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ wxMSW:
- Use correct index of the right-clicked column in wxListCtrl in the
corresponding event even when the control is scrolled horizontally.
- Implement wxRadioBox::Reparent() correctly (Vince Harron).
- Make context sensitive help work for the text part of wxSpinCtrl.
wxGTK: