diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-16 01:42:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-15 01:15:00 +0200 |
| commit | 039d9d0c98ed62e7d08667af3427869dc6207d45 (patch) | |
| tree | 54a4292f798b673f98d040cc02dd0e67cf44ce77 /src/wx/timing_panel.h | |
| parent | 39dcdd18487d5d1e20f0343fe617ed5bf44c1387 (diff) | |
Add UI for DCP head/tail.1608
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index e0be2d74b..7b632976a 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -51,11 +51,6 @@ private: boost::weak_ptr<FilmViewer> _viewer; - wxStaticText* _h_label; - wxStaticText* _m_label; - wxStaticText* _s_label; - wxStaticText* _f_label; - wxStaticText* _colon[3]; wxStaticText* _tip; wxStaticText* _position_label; Timecode<dcpomatic::DCPTime>* _position; @@ -75,4 +70,5 @@ private: wxButton* _set_video_frame_rate; Suspender _film_content_changed_suspender; + wxSizer* _hmsf_labels; }; |
