Setup clock sensitivity with lock correctly.

git-svn-id: svn://localhost/ardour2/branches/3.0@7583 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-10 00:28:20 +00:00
parent 507e996d06
commit 75d265e388
2 changed files with 17 additions and 8 deletions

View file

@ -134,6 +134,8 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void lock_changed (ARDOUR::Location *);
void position_lock_style_changed (ARDOUR::Location *);
void set_clock_sensitivity ();
PBD::ScopedConnectionList connections;
};