X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;fp=src%2Fwx%2Ffilm_editor.h;h=ffffc1e76de853ffb03b045ff2c84d96517bb34e;hp=0f3d8eb507a5eabc0c6e316f81fd7b03c4f6924c;hb=147cca5876dfbdf56e21289c3a36bec4b4850191;hpb=50dd871c5a924660499b3fd599f1c68af5e3dbc1 diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 0f3d8eb50..ffffc1e76 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -75,6 +75,7 @@ private: void format_changed (wxCommandEvent &); void trim_start_changed (wxCommandEvent &); void trim_end_changed (wxCommandEvent &); + void trim_type_changed (wxCommandEvent &); void dcp_content_type_changed (wxCommandEvent &); void ab_toggled (wxCommandEvent &); void scaler_changed (wxCommandEvent &); @@ -176,6 +177,7 @@ private: wxSpinCtrl* _trim_start; wxSpinCtrl* _trim_end; + wxChoice* _trim_type; /** Selector to generate an A/B comparison DCP */ wxCheckBox* _ab;