projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec175c
)
Fix sensitivity of "Add OV..." option with no content.
author
Carl Hetherington
<cth@carlh.net>
Fri, 21 Mar 2025 14:27:40 +0000
(15:27 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 21 Mar 2025 14:27:51 +0000
(15:27 +0100)
src/wx/content_menu.cc
patch
|
blob
|
history
diff --git
a/src/wx/content_menu.cc
b/src/wx/content_menu.cc
index e9d51faf853ca52438867f47216a01123b344e9d..62421a20bfeeeeb3e3d04cf5ee24a0378cfd75d0 100644
(file)
--- 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);
}