diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-12 13:04:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-13 00:06:28 +0000 |
| commit | 99b4e0705e9007aabfec08ea2c8d1a84eda0d32e (patch) | |
| tree | dde51223bd3745d1b93c977f722434353fa02afe /src/wx/subtitle_appearance_dialog.h | |
| parent | 10818d95000c291af776ed9ba1c847257ded4b1f (diff) | |
Note whether subtitle effect colour is forced or not.
Diffstat (limited to 'src/wx/subtitle_appearance_dialog.h')
| -rw-r--r-- | src/wx/subtitle_appearance_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h index 8d36d4da8..99eba133a 100644 --- a/src/wx/subtitle_appearance_dialog.h +++ b/src/wx/subtitle_appearance_dialog.h @@ -45,6 +45,7 @@ private: wxCheckBox* _force_colour; wxColourPickerCtrl* _colour; wxChoice* _effect; + wxCheckBox* _force_effect_colour; wxColourPickerCtrl* _effect_colour; Timecode<ContentTime>* _fade_in; Timecode<ContentTime>* _fade_out; |
