Fix layout of wxSlider with wxSL_VALUE_LABEL only in wxMSW

Correct the slider geometry calculations to work correctly when the label is
used but min/max labels are not.

Closes #17377.
This commit is contained in:
gafatoa
2016-02-21 14:51:25 +01:00
committed by Vadim Zeitlin
parent e4fce9089e
commit c20739313a
2 changed files with 14 additions and 4 deletions

View File

@@ -213,6 +213,7 @@ wxMSW:
- Fix strike-through support in wxFont with GDI+ (David Vanderson).
- Fix UTF-32 conversion for non-BMP characters (ARATA Mizuki).
- Use correct parent for the native modal dialogs (Andreas Falkenhahn).
- Fix layout of wxSlider with wxSL_VALUE_LABEL only (gafatoa).
wxOSX/Cocoa: