Use equally-sized buttons in wxMSW horizontal toolbars
Only use TBSTYLE_AUTOSIZE, adjusting each button to the size it really needs, for the toolbars with wxTB_HORZ_LAYOUT style as they don't have any uniform button size anyhow.
This commit is contained in:
@@ -108,6 +108,7 @@ wxMSW:
|
||||
- Fix MDI menu display after failure to create a child frame (troelsk).
|
||||
- Fix wxScreenDC::GetSize() with multiple monitors (iwbnwif).
|
||||
- Fix background colour returned by wxTextCtrl::GetStyle() (Andreas Falkenhahn).
|
||||
- Revert to using equally-sized buttons in wxToolBar by default.
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user