Disable solo-controls-are-listen-controls if we don't have a monitor bus. Should fix #3660.

git-svn-id: svn://localhost/ardour2/branches/3.0@8436 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-04 20:52:30 +00:00
parent 69aa106050
commit 75b1f698a1
6 changed files with 57 additions and 38 deletions

View file

@ -152,6 +152,10 @@ public:
void set_state_from_config ();
void add_to_page (OptionEditorPage*);
void set_sensitive (bool yn) {
_button->set_sensitive (yn);
}
private:
void toggled ();
@ -398,11 +402,12 @@ public:
protected:
virtual void parameter_changed (std::string const &);
ARDOUR::Configuration* _config;
private:
void parameter_changed (std::string const &);
PBD::ScopedConnection config_connection;
Gtk::Notebook _notebook;