Mixer: Don't show label for Meter module...
This commit is contained in:
parent
5fecc4b673
commit
0d497243af
|
@ -48,4 +48,5 @@ protected:
|
||||||
|
|
||||||
virtual int handle ( int m );
|
virtual int handle ( int m );
|
||||||
virtual void process ( nframes_t nframes );
|
virtual void process ( nframes_t nframes );
|
||||||
|
virtual void draw ( void ) { draw_box(); }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue