diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-18 22:40:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 22:11:33 +0200 |
| commit | fdb36750a09e3bba3d10fe5102e39a62eda68ea6 (patch) | |
| tree | f65fea53ea0638faca28d2840759ea40b9901557 /src/wx/audio_panel.h | |
| parent | 040889631af47829e8523742bb828788e8f7e138 (diff) | |
Add button to use same fades for audio as video (#2230).
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 2faec25df..213ad4cb7 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -59,6 +59,7 @@ private: boost::optional<float> peak () const; void fade_in_changed (); void fade_out_changed (); + void use_same_fades_as_video_changed (); wxCheckBox* _reference; wxStaticText* _reference_note; @@ -75,6 +76,7 @@ private: Timecode<dcpomatic::ContentTime>* _fade_in; wxStaticText* _fade_out_label; Timecode<dcpomatic::ContentTime>* _fade_out; + wxCheckBox* _use_same_fades_as_video; AudioMappingView* _mapping; wxStaticText* _description; AudioDialog* _audio_dialog = nullptr; |
