summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-05 16:39:52 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-05 16:39:52 +0000
commit9173d049cc256efebb6a5bf07ee98e14dc24a350 (patch)
treee3ae8218ea6cf2dd275d510cad0a76637b19003c /src/wx/subtitle_panel.cc
parentcafb88eff225fe37c5ae9e8cd594987edeba023b (diff)
Fix insensitive subtitle controls after adding a VF.
Diffstat (limited to 'src/wx/subtitle_panel.cc')
-rw-r--r--src/wx/subtitle_panel.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc
index 91e2847dd..810cdf488 100644
--- a/src/wx/subtitle_panel.cc
+++ b/src/wx/subtitle_panel.cc
@@ -225,6 +225,8 @@ SubtitlePanel::film_content_changed (int property)
}
setup_sensitivity ();
+ } else if (property == DCPContentProperty::HAS_SUBTITLES) {
+ setup_sensitivity ();
}
}