diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-12 12:48:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-13 00:06:28 +0000 |
| commit | 10818d95000c291af776ed9ba1c847257ded4b1f (patch) | |
| tree | aa22b0c81dc0af1d30b8df952e876b7f2353522c /src/wx/subtitle_appearance_dialog.h | |
| parent | 199ac062ed945192f2909bd4fbaa629d57a256c9 (diff) | |
Note whether subtitle colour is forced or not.
Diffstat (limited to 'src/wx/subtitle_appearance_dialog.h')
| -rw-r--r-- | src/wx/subtitle_appearance_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h index 2e007e57b..8d36d4da8 100644 --- a/src/wx/subtitle_appearance_dialog.h +++ b/src/wx/subtitle_appearance_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -42,6 +42,7 @@ private: void setup_sensitivity (); void restore (); + wxCheckBox* _force_colour; wxColourPickerCtrl* _colour; wxChoice* _effect; wxColourPickerCtrl* _effect_colour; |
