Mixer: Fix divide by zero in DPM.
This commit is contained in:
parent
be3c9c6412
commit
7f8de0710a
|
@ -114,6 +114,8 @@ DPM::resize ( int X, int Y, int W, int H )
|
||||||
void
|
void
|
||||||
DPM::draw ( void )
|
DPM::draw ( void )
|
||||||
{
|
{
|
||||||
|
if ( !_segments )
|
||||||
|
return;
|
||||||
|
|
||||||
snprintf( peak_string, sizeof( peak_string ), "%.1f", peak() );
|
snprintf( peak_string, sizeof( peak_string ), "%.1f", peak() );
|
||||||
tooltip( peak_string );
|
tooltip( peak_string );
|
||||||
|
|
Loading…
Reference in New Issue