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:
Vadim Zeitlin
2018-07-24 15:17:32 +02:00
15 changed files with 25 additions and 30 deletions

View File

@@ -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
-----------------------------------------------------