Plot video and subtitle on one track and audio on the rest in the timeline.
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index 795c23006114a95b82b1e72bc0724fde29b617a3..6397ccdb3968ce84704d40beec2a9f73ceea0332 100644 (file)
@@ -28,6 +28,9 @@ public:
        TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
 
 private:
+       bool active () const {
+               return true;
+       }
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 };