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
This commit is contained in:
Carl Hetherington 2012-06-19 13:07:02 +00:00
parent 6b9d82be5c
commit b2ad7c087b
2 changed files with 8 additions and 8 deletions

View file

@ -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;
};