summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-09 05:27:24 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:15 +0200
commiteedcd83dbd5292ed0507e0ffda4faf197ddd6c2b (patch)
tree1b4a01c54ba43d8704b977216b568f1bcd2e993f /gtk2_ardour
parent46c1e573c4213b24a22f0346104460a8352d1279 (diff)
fix initial display of name/id on meterbridge
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/meter_strip.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/meter_strip.cc b/gtk2_ardour/meter_strip.cc
index 2e09b1f344..35b0cb65cc 100644
--- a/gtk2_ardour/meter_strip.cc
+++ b/gtk2_ardour/meter_strip.cc
@@ -66,8 +66,6 @@ MeterStrip::MeterStrip (int metricmode)
peakbx.set_size_request(-1, 14);
namebx.set_size_request(18, 52);
numbx.set_size_request(18, 42);
- update_button_box();
- update_name_box();
set_metric_mode(metricmode);
@@ -88,8 +86,6 @@ MeterStrip::MeterStrip (int metricmode)
btnbox.show();
meter_metric_area.show();
meterbox.show();
- namebx.show();
- numbx.show();
UI::instance()->theme_changed.connect (sigc::mem_fun(*this, &MeterStrip::on_theme_changed));
ColorsChanged.connect (sigc::mem_fun (*this, &MeterStrip::on_theme_changed));
@@ -209,8 +205,6 @@ MeterStrip::MeterStrip (Session* sess, boost::shared_ptr<ARDOUR::Route> rt)
meter_align.show();
peak_align.show();
btnbox.show();
- namebx.show();
- numbx.show();
_route->shared_peak_meter()->ConfigurationChanged.connect (
route_connections, invalidator (*this), boost::bind (&MeterStrip::meter_configuration_changed, this, _1), gui_context()