summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timing_panel.cc')
-rw-r--r--src/wx/timing_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc
index e5c2ed785..01494f17b 100644
--- a/src/wx/timing_panel.cc
+++ b/src/wx/timing_panel.cc
@@ -468,6 +468,7 @@ TimingPanel::setup_sensitivity ()
bool const e = !_parent->selected().empty ();
_position->Enable (e);
+ _move_to_start_of_reel->Enable (e);
_full_length->Enable (e);
_trim_start->Enable (e);
_trim_end->Enable (e);