From 52105ec362009d8eeadb79be6526e179802cd3f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Jun 2024 20:21:37 +0200 Subject: Only allow adding reels in custom reel mode (#2823). --- src/wx/dcp_timeline.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wx/dcp_timeline.cc b/src/wx/dcp_timeline.cc index 7b8e93325..93e15f6cc 100644 --- a/src/wx/dcp_timeline.cc +++ b/src/wx/dcp_timeline.cc @@ -218,6 +218,7 @@ DCPTimeline::setup_sensitivity() { _snap->Enable(editable()); _maximum_reel_size->Enable(film()->reel_type() == ReelType::BY_LENGTH); + _add_reel_boundary->Enable(film()->reel_type() == ReelType::CUSTOM); } -- cgit v1.2.3