Make crossfades more obvious.

This commit is contained in:
Jonathan Moore Liles 2008-03-06 20:37:06 -06:00
parent 5d41f34b77
commit e3fe3abeda
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ Track::draw ( void )
fl_push_clip( b.x, b.y, b.w, b.h );
draw_box( o->box(), b.x - 100, b.y, b.w + 200, b.h, c );
draw_box( FL_FLAT_BOX, b.x - 100, b.y, b.w + 200, b.h, c );
draw_box( FL_UP_FRAME, b.x - 100, b.y, b.w + 200, b.h, c );
/* fl_color( FL_BLACK ); */
/* fl_line_style( FL_DOT, 4 ); */