diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-26 19:58:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-26 19:58:56 +0000 |
| commit | 3ae7939b8926df0fd767db294e5f7a8b07f43ba1 (patch) | |
| tree | 2d69397484169e0a70989aa106cb02a0cdb4aa22 /src/wx/subtitle_appearance_dialog.h | |
| parent | bccf7c5c6ff50e25dff8e0e433b81379d8999f9b (diff) | |
Fix double-appearance of subtitle colour controls.
Diffstat (limited to 'src/wx/subtitle_appearance_dialog.h')
| -rw-r--r-- | src/wx/subtitle_appearance_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h index ed0360e4c..0b3c66132 100644 --- a/src/wx/subtitle_appearance_dialog.h +++ b/src/wx/subtitle_appearance_dialog.h @@ -33,6 +33,7 @@ class FFmpegSubtitleStream; class wxCheckBox; class wxWidget; class Film; +class Job; class SubtitleAppearanceDialog : public wxDialog { @@ -76,6 +77,8 @@ private: boost::signals2::scoped_connection _content_connection; boost::signals2::scoped_connection _job_manager_connection; + boost::weak_ptr<Job> _job; + static int const NONE; static int const OUTLINE; static int const SHADOW; |
