summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_appearance_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-12 13:04:46 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-13 00:06:28 +0000
commit99b4e0705e9007aabfec08ea2c8d1a84eda0d32e (patch)
treedde51223bd3745d1b93c977f722434353fa02afe /src/wx/subtitle_appearance_dialog.h
parent10818d95000c291af776ed9ba1c847257ded4b1f (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.h1
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;