diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-25 21:07:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-25 21:07:29 +0100 |
| commit | 4f5de331129e268a41321d3b1b6e3f8ed44b0803 (patch) | |
| tree | 806bef5d4fb36722257899418defdddd257c389c /src | |
| parent | 86ae192dcb097bd9a4afaf7f28e3e41ce178dfec (diff) | |
Restore AWOL timing panel.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 05079604b..704f25169 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -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)); |
