summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-19 13:07:02 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-19 13:07:02 +0000
commitb2ad7c087b35c1ca58ce95be82c3100d23adb545 (patch)
treeca311c2621bfb251d773656495f67a40f7f65366 /gtk2_ardour/location_ui.h
parent6b9d82be5c210061dca338297d7cdd30420a1638 (diff)
Use set_editable() rather than set_sensitive() to lock the clocks of locked markers, so that middle-click to locate to the marker still works even when locked (#4939).
git-svn-id: svn://localhost/ardour2/branches/3.0@12777 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index b850b89ddd..b01b63e8e4 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -139,7 +139,7 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void lock_changed (ARDOUR::Location *);
void position_lock_style_changed (ARDOUR::Location *);
- void set_clock_sensitivity ();
+ void set_clock_editable_status ();
PBD::ScopedConnectionList connections;
};