diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-10 01:05:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-10 01:05:30 +0200 |
| commit | ba438ecd16207700ffd849820796b6f833beef21 (patch) | |
| tree | 7d37e4ba4322e74204fb4a210657fa8bba6af385 /src/wx/content_menu.h | |
| parent | b56481622c385732ae9ba2affd38ae7b820aab45 (diff) | |
Add new "copy markers from this DCP" option (#2628).
Also stop the "copy settings" options from doing this, as Carsten points
out that it could be confusing and potentially very bad if you copy
markers from an OV to an edited VF which then bring house lights up at
the wrong time or whatever.
Diffstat (limited to 'src/wx/content_menu.h')
| -rw-r--r-- | src/wx/content_menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index c750ae852..2f3250284 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -61,6 +61,7 @@ private: void kdm (); void ov (); void set_dcp_settings (); + void set_dcp_markers(); void remove (); void cpl_selected (wxCommandEvent& ev); @@ -84,6 +85,7 @@ private: wxMenuItem* _ov; wxMenuItem* _choose_cpl; wxMenuItem* _set_dcp_settings; + wxMenuItem* _set_dcp_markers; wxMenuItem* _remove; wx_ptr<AutoCropDialog> _auto_crop_dialog; |
