Use standard wxArtProvider icons for wxEditableListBox buttons.

This make wxEditableListBox appearance more native under the platforms where
the stock icons are used, e.g. GTK.

Closes #16885.
This commit is contained in:
Artur Wieczorek
2015-08-08 11:30:45 +02:00
committed by Vadim Zeitlin
parent 75467841ee
commit c774494009
2 changed files with 12 additions and 115 deletions

View File

@@ -121,6 +121,7 @@ All (GUI):
- Show how to handle files on command line in docview sample (Neil Mayhew).
- Improve wxFileCtrl::SetFilename() and SetPath() (Kevin B. McCarty).
- Fix a crash when using animated GIFs in wxHtmlListBox.
- Use platform-specific stock icons for wxEditableListBox buttons.
wxGTK: