Restore AWOL timing panel.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2018 20:07:29 +0000 (21:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2018 20:07:29 +0000 (21:07 +0100)
src/wx/content_panel.cc

index 05079604bd44ec6626555f3a845f1bdde0ad3eaa..704f251691d62dcc0179f086fd93dd4a615e8cb1 100644 (file)
@@ -133,6 +133,7 @@ ContentPanel::ContentPanel (wxNotebook* n, boost::shared_ptr<Film> film, FilmVie
        }
        _timing_panel = new TimingPanel (this, _film_viewer);
        _panels.push_back (_timing_panel);
+       _notebook->AddPage (_timing_panel, _("Timing"), false);
 
        _content->Bind (wxEVT_LIST_ITEM_SELECTED, boost::bind (&ContentPanel::selection_changed, this));
        _content->Bind (wxEVT_LIST_ITEM_DESELECTED, boost::bind (&ContentPanel::selection_changed, this));