mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
69aa106050
commit
75b1f698a1
6 changed files with 57 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue