Browse Source

Mixer: Clip module labels.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
52099c2193
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Mixer/Module.C

+ 1
- 2
Mixer/Module.C 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;


Loading…
Cancel
Save