Reverted changes to make buttons smaller in wxMotif because they uncover

a bug in wxGTK, and, more importantly, thay will break user code under
Motif which uses sizers and calls wxButton::SetDefault.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-08 13:47:53 +00:00
parent 0ddf7c0cad
commit 84fb430b97
3 changed files with 17 additions and 14 deletions

View File

@@ -101,9 +101,9 @@ wxMotif:
xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
with Motif 1.x compatibility
- implemented wxToggleButton
- made wxButton a bit smaller by default
- wxRadioBox and wxStaticBox now use the default shadow (border) style
instead of
wxUniv:
- Controls in toolbars now supported.