diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
| commit | 39e2134910fc916a45ebddf121664afcbd76cc19 (patch) | |
| tree | 104a75051fc17c3cbe2f4d53b21376b4fe2b6b80 /src/wx/film_editor.cc | |
| parent | b62d21ac6da0d253fc5b477b7c5d867b37360994 (diff) | |
Try a draggable splitter in the LHS.
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 34aad9078..59b44cd8c 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -51,7 +51,7 @@ FilmEditor::FilmEditor (wxWindow* parent, weak_ptr<FilmViewer> viewer) s->Add (_main_notebook, 1); _content_panel = new ContentPanel (_main_notebook, _film, viewer); - _main_notebook->AddPage (_content_panel->panel (), _("Content"), true); + _main_notebook->AddPage (_content_panel->window(), _("Content"), true); _dcp_panel = new DCPPanel (_main_notebook, _film); _main_notebook->AddPage (_dcp_panel->panel (), _("DCP"), false); |
