Make default wxSizer border DPI-aware.

Scale the (still hard-coded) border in pixels by the content scale factor for
the platforms where this needs to be done, i.e. not wxGTK nor wxOSX where the
underlying toolkit already does it.
This commit is contained in:
Vadim Zeitlin
2015-03-24 23:39:40 +01:00
parent 277b848364
commit af01ef1bb0
4 changed files with 57 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ wxGTK:
wxMSW:
- Make default wxSizer border DPI-aware.
- Improve wxMimeTypesManager open command detection (Eric Jensen).
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
- Fix appearance of toggled wxToggleButtons with bitmap (tm).