Browse Source

Mixer: Silence valgrind warning.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
c794617b30
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mixer/src/DPM.C

+ 2
- 0
mixer/src/DPM.C View File

@@ -39,6 +39,8 @@ Fl_Color DPM::_dim_gradient[128];
DPM::DPM ( int X, int Y, int W, int H, const char *L ) :
Meter( X, Y, W, H, L )
{
_value = 0.0f;

tooltip( peak_string );

_last_drawn_hi_segment = 0;


Loading…
Cancel
Save