diff options
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index b2b72b216..e2a236937 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -84,7 +84,7 @@ ContentPanel::ContentPanel (wxNotebook* n, shared_ptr<Film> film, weak_ptr<FilmV _splitter = new LimitedSplitter (n); _top_panel = new wxPanel (_splitter); - _menu = new ContentMenu (_splitter); + _menu = new ContentMenu (_splitter, _film_viewer); { auto s = new wxBoxSizer (wxHORIZONTAL); |
