summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-14 01:34:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-14 01:34:55 +0100
commit1420c529d7e196f96ddf9580efdc09fa01c55d58 (patch)
tree83e45ce895aea33796e4d38fe76b8e63dd5b3c13 /src/tools
parent4afb0f713c068ef842fdcbb230aafd22a49e245b (diff)
Add buttons to set trim from current playhead position (#372).
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index e3e52d091..5fea90504 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -214,8 +214,8 @@ public:
*/
wxPanel* overall_panel = new wxPanel (this, wxID_ANY);
- _film_editor = new FilmEditor (overall_panel);
_film_viewer = new FilmViewer (overall_panel);
+ _film_editor = new FilmEditor (overall_panel, _film_viewer);
JobManagerView* job_manager_view = new JobManagerView (overall_panel);
wxBoxSizer* right_sizer = new wxBoxSizer (wxVERTICAL);