diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-10 15:22:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-10 15:22:42 +0100 |
| commit | 31ee8e22494495c2fa23bcb8d2601c12efe3dfd6 (patch) | |
| tree | f2dc79b18b34da612258daab1b9f57db87d86d26 | |
| parent | 7eb5767a4693b68469f4f507e4a91d8d88ac1946 (diff) | |
Comment.
| -rw-r--r-- | src/wx/timeline.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index def52ad9d..e04d9ee74 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -75,6 +75,8 @@ private: dcpomatic::Rect<int> _last_paint_bbox; }; + +/** Parent class for views of pieces of content */ class ContentView : public View { public: @@ -323,6 +325,7 @@ private: int _y; }; + Timeline::Timeline (wxWindow* parent, FilmEditor* ed, shared_ptr<Film> film) : wxPanel (parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE) , _film_editor (ed) |
