Draw measure lines OVER control polygon.

pull/3/head
Jonathan Moore Liles 2008-03-08 14:10:43 -06:00
parent 394d079706
commit fb00a746b3
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,6 @@ public:
Fl_Group::draw();
timeline->draw_measure_lines( x(), y(), w(), h(), color() );
int X, Y, W, H;
fl_clip_box( x(), y(), w(), h(), X, Y, W, H );
@ -82,6 +80,8 @@ public:
fl_line_style( FL_SOLID, 0 );
timeline->draw_measure_lines( x(), y(), w(), h(), color() );
for ( list <Track_Widget *>::const_iterator r = _widgets.begin(); r != _widgets.end(); r++ )
(*r)->draw_box( X, Y, W, H );