Merge branch 'mac-def-bmpbtn-margins'
Stop using wxBU_AUTODRAW under Mac and everywhere else. See https://github.com/wxWidgets/wxWidgets/pull/859 Closes #18170.
This commit is contained in:
@@ -47,6 +47,10 @@ Changes in behaviour not resulting in compilation errors
|
||||
event handlers if you want the standard key combinations such as Alt-Space or
|
||||
Alt-F4 to work.
|
||||
|
||||
- wxOSX port uses default button margins for wxBitmapButton by default, for
|
||||
consistency with the other ports. You now need to call SetMargins(0, 0)
|
||||
explicitly if you really don't want to have any margins in your buttons.
|
||||
|
||||
|
||||
Changes in behaviour which may result in build errors
|
||||
-----------------------------------------------------
|
||||
|
Reference in New Issue
Block a user