summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc
index 85661e41d..87598c9e8 100644
--- a/src/wx/content_menu.cc
+++ b/src/wx/content_menu.cc
@@ -169,7 +169,7 @@ ContentMenu::popup(weak_ptr<Film> film, ContentList c, TimelineContentViewList v
_advanced->Enable(_content.size() == 1);
_re_examine->Enable(!_content.empty());
_verify->Enable(dcp_count == 1);
- _auto_crop->Enable(_content.size() == 1);
+ _auto_crop->Enable(_content.size() == 1 && _content[0]->video && _content[0]->video->use());
_copy_settings->Enable(_content.size() == 1);
if (_content.size() == 1) {