diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-25 17:06:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-25 17:06:44 +0000 |
| commit | d2e8a683eed6fb82d4d255fffaf571ff27057132 (patch) | |
| tree | bea3ed6db13ab6d5a72673aa2c30a55d9e188f03 /src/wx/timeline_audio_content_view.h | |
| parent | 03356464b29ff84f72d252efb22502754f55cfce (diff) | |
Plot video and subtitle on one track and audio on the rest in the timeline.
Diffstat (limited to 'src/wx/timeline_audio_content_view.h')
| -rw-r--r-- | src/wx/timeline_audio_content_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline_audio_content_view.h b/src/wx/timeline_audio_content_view.h index 3d034eed4..f24037c34 100644 --- a/src/wx/timeline_audio_content_view.h +++ b/src/wx/timeline_audio_content_view.h @@ -28,6 +28,9 @@ public: TimelineAudioContentView (Timeline& tl, boost::shared_ptr<Content> c); private: + bool active () const { + return true; + } wxColour background_colour () const; wxColour foreground_colour () const; }; |
