Enable selecting opacity in generic wxColourPicker

This is implmentation of the feature which is already implemented in
the native wxColourPicker under wxGTK.
This commit is contained in:
Artur Wieczorek
2017-07-03 21:16:04 +02:00
parent a29815e19a
commit 823f75c739
3 changed files with 6 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ All (GUI):
- Add support for the events from multimedia keys (Jens Göpfert).
- Allow suppressing warnings from wxImage::LoadFile().
- Allow customizing wxRibbon highlight colours (wxBen).
- Enable selecting opacity in generic wxColourPicker.
wxGTK: