summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-13 08:13:52 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-13 08:13:52 -0600
commit181b5e40d189e7c55e682473970e93398064a9d5 (patch)
tree0f2071a921b349b227706c6c99e073f815753b3c /gtk2_ardour/mixer_ui.h
parent037e469e517c79439fbd7347d9343bd61a4a16ae (diff)
Dont delete&create add_vca_buton every time the vca list is updated.
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 3fa4214213..47f278e02e 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -167,8 +167,9 @@ private:
Gtk::Label vca_label;
Gtk::EventBox vca_scroller_base;
Gtk::HBox out_packer;
- Gtk::Button add_button; // should really be an ArdourButton
ArdourWidgets::HPane list_hpane;
+ Gtk::Button add_button; // should really be an ArdourButton
+ Gtk::Button add_vca_button;
MixerGroupTabs* _group_tabs;