mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
mixer metric background color fix (MIDI & inactive)
fixes http://tracker.ardour.org/view.php?id=5594
This commit is contained in:
parent
a943cfd662
commit
271981d3f7
2 changed files with 26 additions and 8 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue