diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-21 15:27:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-21 15:27:51 +0100 |
| commit | 78625ddeddb0a19910d8ff44e8f1e983370d2842 (patch) | |
| tree | 7c245d8ef89d0a6f852d50c40fb9515378b57853 /src/wx/content_menu.cc | |
| parent | bec175cf2eb7d288c6f11df751ec969f92e077db (diff) | |
Fix sensitivity of "Add OV..." option with no content.
Diffstat (limited to 'src/wx/content_menu.cc')
| -rw-r--r-- | src/wx/content_menu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index e9d51faf8..62421a20b 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -200,6 +200,7 @@ ContentMenu::popup (weak_ptr<Film> film, ContentList c, TimelineContentViewList } } else { _kdm->Enable (false); + _ov->Enable(false); _set_dcp_settings->Enable (false); _set_dcp_markers->Enable(false); } |
