updated for wxAUI changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2008-08-25 11:38:06 +00:00
parent ceaf599d64
commit dc0071da65

View File

@@ -118,6 +118,12 @@ All (GUI):
- Store palette information for XPM images in wxImage (troelsk).
- Fixed selection bugs and auto list numbering in wxRichTextCtrl.
- Significantly optimize wxGrid::BlockToDeviceRect() for large grids (kjones).
- Introduced new wxAuiToolBar class for better integration and look-and-feel
- In wxAuiFrameManager, fixed a segfault when Update() is called
in between mouse-up and mouse-down events
- In wxAUI, Added various NULL-ptr asserts
- Fixed problem with Floatable(false) not working in wxAuiFrameManager
- Fixed maximize bug in wxAUI
All (Unix):