Browse Source

Make crossfades more obvious.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
e3fe3abeda
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Track.C

+ 2
- 1
Track.C View File

@@ -85,7 +85,8 @@ Track::draw ( void )


fl_push_clip( b.x, b.y, b.w, b.h ); 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_color( FL_BLACK ); */
/* fl_line_style( FL_DOT, 4 ); */ /* fl_line_style( FL_DOT, 4 ); */


Loading…
Cancel
Save