Mixer: Clip module labels.

This commit is contained in:
Jonathan Moore Liles 2010-01-13 01:07:08 -06:00
parent 55cb9da100
commit 52099c2193
1 changed files with 1 additions and 2 deletions

View File

@ -293,8 +293,7 @@ Module::draw_label ( void )
else
fl_font( FL_HELVETICA, 14 );
fl_draw( s ? s : lp, tx, ty, tw, th, (Fl_Align)(FL_ALIGN_CENTER | FL_ALIGN_INSIDE) );
fl_draw( s ? s : lp, tx, ty, tw, th, (Fl_Align)(FL_ALIGN_CENTER | FL_ALIGN_INSIDE | FL_ALIGN_CLIP ) );
if ( s )
delete[] s;