Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC

Recognize these flags in wxSlider XRC handler.

Closes #16949.

Closes https://github.com/wxWidgets/wxWidgets/pull/253
This commit is contained in:
ousnius
2016-03-14 12:04:01 +01:00
committed by Vadim Zeitlin
parent 7907711e82
commit c3a2994931
3 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ All:
All (GUI):
- Add support for wxAuiManager and wxAuiPaneInfo to XRC (Andrea Zanellato).
- Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC (ousnius).
- Update Scintilla to v3.6.3 (Paul Kulchenko).
wxGTK: