diff options
Diffstat (limited to 'src/wx/timeline_video_content_view.h')
| -rw-r--r-- | src/wx/timeline_video_content_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline_video_content_view.h b/src/wx/timeline_video_content_view.h index 795c23006..6397ccdb3 100644 --- a/src/wx/timeline_video_content_view.h +++ b/src/wx/timeline_video_content_view.h @@ -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; }; |
