Browse Source

Use the background color for sequences.

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

+ 2
- 1
Timeline/Sequence.C View File

@@ -39,7 +39,8 @@ Sequence::Sequence ( int X, int Y, int W, int H, Track *track ) : Fl_Widget( X,
/* track->add( this ); */

box( FL_DOWN_BOX );
color( fl_darker( FL_GRAY ) );
// color( fl_darker( FL_GRAY ) );
color( FL_BACKGROUND_COLOR );
align( FL_ALIGN_LEFT );

// log_create();


Loading…
Cancel
Save