reset time-axis peak when meter-point changes - fixes #5771

This commit is contained in:
Robin Gareus 2013-11-20 18:54:34 +01:00
parent c1e8da2e60
commit 9a50b56930
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,7 @@ class GainMeterBase : virtual public sigc::trackable, ARDOUR::SessionHandlePtr
friend class MixerStrip;
friend class MeterStrip;
friend class RouteTimeAxisView;
boost::shared_ptr<ARDOUR::Route> _route;
boost::shared_ptr<ARDOUR::PeakMeter> _meter;
boost::shared_ptr<ARDOUR::Amp> _amp;