Interface levels in audio tab.
[dcpomatic.git] / src / wx / timing_panel.cc
index bf987e51e1fc412483bce9a0a2a7e40f33716d7d..5a69fa6864a0333c842af1430448acfa4490d2ab 100644 (file)
@@ -170,6 +170,12 @@ TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer)
        setup_sensitivity ();
 }
 
+void
+TimingPanel::add_to_grid ()
+{
+
+}
+
 void
 TimingPanel::update_full_length ()
 {
@@ -282,7 +288,7 @@ TimingPanel::film_content_changed (int property)
                                ++count_ac;
                                content = i;
                        }
-                       if (!i->caption.empty() && i->video_frame_rate()) {
+                       if (!i->text.empty() && i->video_frame_rate()) {
                                ++count_sc;
                                content = i;
                        }