summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-19 15:42:27 +0100
committerRobin Gareus <robin@gareus.org>2017-01-19 16:29:29 +0100
commit92115dc3ea57ae7103da419c61257b98fd4dcf8d (patch)
tree7fdba3ce558eaa9a96fa57f426ea484032da4beb /gtk2_ardour/monitor_section.h
parent425cdb7e480f7d5eb1be1525618f609603df0042 (diff)
Update monitor section controls when channelcount changes
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 87ea60fad2..b58203f521 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -61,8 +61,8 @@ class MonitorSection : public RouteUI, public Gtk::EventBox
Gtk::HBox channel_table_packer;
Gtk::HBox table_hpacker;
Gtk::HBox master_packer;
- Gtk::Table channel_table;
Gtk::Table channel_table_header;
+ Gtk::Table *channel_table;
Gtk::ScrolledWindow channel_table_scroller;
Gtk::Viewport channel_table_viewport;
Glib::RefPtr<Gtk::SizeGroup> channel_size_group;
@@ -178,7 +178,7 @@ class MonitorSection : public RouteUI, public Gtk::EventBox
PBD::ScopedConnection config_connection;
PBD::ScopedConnectionList control_connections;
- PBD::ScopedConnection _output_changed_connection;
+ PBD::ScopedConnectionList output_changed_connections;
bool _inhibit_solo_model_update;