summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-01 22:48:06 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-06 21:31:09 +0100
commitea32c7304055dd1c9d26ec75f79fd6c3125f9fb7 (patch)
treefe7919d4b1860daa7399a8a7de04b81843bc9bc1 /src/tools/dcpomatic.cc
parent4532b2ae1a0fce6e2a8bc6e9f9922a99a3efb493 (diff)
Incorporate GLView; requires putting Screen into dcpomatic namespace.
Diffstat (limited to 'src/tools/dcpomatic.cc')
-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 508390a38..f6427e68e 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -341,7 +341,7 @@ public:
JobManagerView* job_manager_view = new JobManagerView (overall_panel, false);
wxBoxSizer* right_sizer = new wxBoxSizer (wxVERTICAL);
- right_sizer->Add (_film_viewer->panel(), 2, wxEXPAND | wxALL, 6);
+ right_sizer->Add (_film_viewer->window(), 2, wxEXPAND | wxALL, 6);
right_sizer->Add (_controls, 0, wxEXPAND | wxALL, 6);
right_sizer->Add (job_manager_view, 1, wxEXPAND | wxALL, 6);