mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
initialize some uninitialized values
This commit is contained in:
parent
c212c16eb8
commit
b5a2b4e84e
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ PeakMeter::PeakMeter (Session& s, const std::string& name)
|
|||
Iec2ppmdsp::init(s.nominal_frame_rate());
|
||||
Vumeterdsp::init(s.nominal_frame_rate());
|
||||
_pending_active = true;
|
||||
_active = true;
|
||||
_meter_type = MeterPeak;
|
||||
}
|
||||
|
||||
PeakMeter::~PeakMeter ()
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ FastMeter::FastMeter (long hold, unsigned long dimen, Orientation o, int len,
|
|||
request_width = pixrect.width + 2;
|
||||
request_height= pixrect.height + 2;
|
||||
|
||||
queue_draw ();
|
||||
clear ();
|
||||
}
|
||||
|
||||
FastMeter::~FastMeter ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue