From 78625ddeddb0a19910d8ff44e8f1e983370d2842 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 21 Mar 2025 15:27:40 +0100 Subject: Fix sensitivity of "Add OV..." option with no content. --- src/wx/content_menu.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, ContentList c, TimelineContentViewList } } else { _kdm->Enable (false); + _ov->Enable(false); _set_dcp_settings->Enable (false); _set_dcp_markers->Enable(false); } -- cgit v1.2.3