diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-20 00:19:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-20 00:19:31 +0000 |
| commit | 492bc5579d950e08847750ee1fba1187ba00d3c3 (patch) | |
| tree | 90a0b8edc7264408e373dfaf27ac868ff531cd9a /src/wx/rgba_colour_picker.h | |
| parent | 2daf0bd6bcbbf2937af2427726e9b15353bf0398 (diff) | |
Add button to restore image subtitle colours.
Diffstat (limited to 'src/wx/rgba_colour_picker.h')
| -rw-r--r-- | src/wx/rgba_colour_picker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/rgba_colour_picker.h b/src/wx/rgba_colour_picker.h index 8e1fab2cd..c7972d4b3 100644 --- a/src/wx/rgba_colour_picker.h +++ b/src/wx/rgba_colour_picker.h @@ -30,6 +30,7 @@ public: RGBAColourPicker (wxWindow* parent, RGBA colour); RGBA colour () const; + void set (RGBA colour); private: wxColourPickerCtrl* _picker; |
