Fix sensitivity of "Add OV..." option with no content.
authorCarl Hetherington <cth@carlh.net>
Fri, 21 Mar 2025 14:27:40 +0000 (15:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 21 Mar 2025 14:27:51 +0000 (15:27 +0100)
src/wx/content_menu.cc

index e9d51faf853ca52438867f47216a01123b344e9d..62421a20bfeeeeb3e3d04cf5ee24a0378cfd75d0 100644 (file)
@@ -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);
        }