diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-08 10:54:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-08 10:54:49 +0100 |
| commit | 58e851f428a035841acf0196348a0643230ed808 (patch) | |
| tree | 505c1401445581a39d428b43addefcbe93b324c0 /src/wx/timeline_labels_view.h | |
| parent | 0e9d03990993bd19a968ee356443a39336e9b8c5 (diff) | |
Show overlapping subs in multiple tracks on the timeline (#941).
Diffstat (limited to 'src/wx/timeline_labels_view.h')
| -rw-r--r-- | src/wx/timeline_labels_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h index 3b7153344..87b3cc902 100644 --- a/src/wx/timeline_labels_view.h +++ b/src/wx/timeline_labels_view.h @@ -30,7 +30,7 @@ public: dcpomatic::Rect<int> bbox () const; void set_3d (bool s); - void set_subtitle (bool s); + void set_subtitle_tracks (int n); void set_atmos (bool s); private: @@ -38,6 +38,6 @@ private: int _width; bool _threed; - bool _subtitle; + int _subtitle_tracks; bool _atmos; }; |
