diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
| commit | b68fb4c103b5580509070c7733d3ae7deb46c3ce (patch) | |
| tree | 32f0c602e1ff5666d6c7dde77ab0d8bcb56b87ab /src/wx/timeline_video_content_view.h | |
| parent | dfb23250338ceccbe0fc4e405db6e4df4875a225 (diff) | |
Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
Diffstat (limited to 'src/wx/timeline_video_content_view.h')
| -rw-r--r-- | src/wx/timeline_video_content_view.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/timeline_video_content_view.h b/src/wx/timeline_video_content_view.h index d53d43f35..c32424d59 100644 --- a/src/wx/timeline_video_content_view.h +++ b/src/wx/timeline_video_content_view.h @@ -29,9 +29,7 @@ public: TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c); private: - bool active () const { - return true; - } + bool active () const; wxColour background_colour () const; wxColour foreground_colour () const; }; |
