Added no-remap system option so colourful toolbar buttons

aren't mangled
Toolbar buttons are now centred if the bitmap size is smaller
than the specified default size


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-09 16:02:28 +00:00
parent 7f0da36965
commit dfa5360916
2 changed files with 31 additions and 5 deletions

View File

@@ -157,6 +157,10 @@ wxMSW:
- background colour of a wxComboBox may now be set
- fixed wxListCtrl::GetItemText/BackgroundColour()
- Esc can now be used to close menus in the dialogs (Hartmut Honisch)
- Added no-remap system option so colourful toolbar buttons
aren't mangled
- Toolbar buttons are now centred if the bitmap size is smaller
than the specified default size
wxGTK: