Mentioned Stefan's toolbar bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-09-19 14:12:44 +00:00
parent 9f53ea911b
commit 3deff17419

View File

@@ -106,14 +106,19 @@ wxMSW:
- Fixed a bug with a spurious border appearing on wxStatusBar under Windows XP/Vista. - Fixed a bug with a spurious border appearing on wxStatusBar under Windows XP/Vista.
wxGTK: wxGTK:
- Fixed wxSpinCtrl problem not reporting the correct value - Fixed wxSpinCtrl problem not reporting the correct value
after calling SetValue() after calling SetValue().
- Fixed problem with key events sometimes being sent to - Fixed problem with key events sometimes being sent to
parent window. This also solves a problem with being able parent window. This also solves a problem with being able
to change the selection of a wxListCtrl while editing a to change the selection of a wxListCtrl while editing a
label. label.
- Correct context menu event coming from wxListCtrl to - Correct context menu event coming from wxListCtrl to
have the right ID (not that from the client window). have the right ID (not that from the client window).
wxMac:
- Fixed a crash in wxToolBar when adding tools with non-standard sizes.
2.8.5 2.8.5
----- -----