X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_timing_panel.h;fp=src%2Fwx%2Fkdm_timing_panel.h;h=a6199534a1afed75795aec6cb119c293b26ad447;hb=401da185ca664fc8d819fc842ffc08e14d4f6486;hp=f847992a7088155c3fd9d21e07185c9cb558efee;hpb=dbcd1675732d59f6337f7f60d0a39aaa6a1aa3a6;p=dcpomatic.git diff --git a/src/wx/kdm_timing_panel.h b/src/wx/kdm_timing_panel.h index f847992a7..a6199534a 100644 --- a/src/wx/kdm_timing_panel.h +++ b/src/wx/kdm_timing_panel.h @@ -44,10 +44,16 @@ public: bool valid () const; + /** Give a UTC offset from a cinema that the user just selected. If the user + * never changed the UTC offset in the panel, the suggested UTC will be set. + */ + void suggest_utc_offset(dcp::UTCOffset offset); + boost::signals2::signal TimingChanged; private: void changed () const; + void utc_offset_changed(); dcp::UTCOffset utc_offset() const; static dcp::LocalTime local_time(wxDatePickerCtrl *, TimePicker *, dcp::UTCOffset offset); @@ -57,6 +63,7 @@ private: TimePicker* _from_time; TimePicker* _until_time; Choice* _utc_offset; + bool _utc_offset_changed_once = false; wxStaticText* _warning; std::vector _offsets; };