diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
| commit | 401af8742fe5b2bb3ec117acdc4b0b36bc8f5047 (patch) | |
| tree | 903a138f847c19c9bfa7dca675abdc9b5ff11231 /src/wx/timing_panel.cc | |
| parent | 2857a60daf47286979a813ebefd892757de4f113 (diff) | |
Interface levels in audio tab.
Diffstat (limited to 'src/wx/timing_panel.cc')
| -rw-r--r-- | src/wx/timing_panel.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index e9fc51f58..5a69fa686 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -171,6 +171,12 @@ TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer) } void +TimingPanel::add_to_grid () +{ + +} + +void TimingPanel::update_full_length () { set<DCPTime> check; |
