mixer metric background color fix (MIDI & inactive)

fixes http://tracker.ardour.org/view.php?id=5594
This commit is contained in:
Robin Gareus 2013-07-18 09:00:24 +02:00 committed by Paul Davis
parent a943cfd662
commit 271981d3f7
2 changed files with 26 additions and 8 deletions

View file

@ -201,7 +201,7 @@ class GainMeter : public GainMeterBase, public Gtk::VBox
{
public:
GainMeter (ARDOUR::Session*, int);
~GainMeter () {}
virtual ~GainMeter ();
virtual void set_controls (boost::shared_ptr<ARDOUR::Route> route,
boost::shared_ptr<ARDOUR::PeakMeter> meter,
@ -210,6 +210,7 @@ class GainMeter : public GainMeterBase, public Gtk::VBox
int get_gm_width ();
void setup_meters (int len=0);
void set_type (ARDOUR::MeterType);
void route_active_changed ();
protected:
void hide_all_meters ();