summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-04 09:32:44 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-04 09:32:44 +0100
commitea50f871993b76f733d5deb86a6004dc6bda3f0e (patch)
tree403ab42df3e8db00464b016cbda4603a3cc612e2 /src/wx/timing_panel.cc
parent3953d71258bb187413ed7447298bc6eec642b439 (diff)
Fix control sensitivity in various places.
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);