Allow turning on/off opacity selector in wxColourDialog (wxOSX)

This feature to show/hide alpha values and opacity selector (slider) is
already implemented under wxGTK and for generic wxColourDialog.
For the sake of backward compatibility, this feature is enabled here by
default (through the corresponding property of wxColourData).
This commit is contained in:
Artur Wieczorek
2017-07-03 21:13:49 +02:00
parent 294436c8bb
commit a29815e19a
4 changed files with 29 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ wxOSX:
- Add a native implementation for clearing bitmap/window wxGraphicsContexts
- wxiOS now needs a minimum of iOS 9 for deployment
- Fix handling CTM in wxGraphicsContext::SeTransform and GetTransform().
- Allow turning on/off opacity selector in wxColourDialog.
Unix: