X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_labels_view.h;h=87b3cc90284a734f923a660f785a8878a67f7867;hb=0d493e91c4bffcb60960097264a804f6208b7bba;hp=3b71533440f383f3fb71b782ea4648ff2da74e38;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git 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 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; };