Browse Source

Don't forget to journal random color picked at track creation.

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

+ 0
- 4
Timeline/Timeline.C View File

@@ -808,10 +808,6 @@ Timeline::handle ( int m )

t->track( o );

/* t->add( new Control_Sequence( t ); */

t->color( (Fl_Color)rand() );

Loggable::block_end();
}



+ 2
- 0
Timeline/Track.C View File

@@ -232,6 +232,8 @@ Track::Track ( const char *L, int channels ) :
if ( L )
name( L );

color( (Fl_Color)rand() );

configure_inputs( channels );
configure_outputs( channels );



Loading…
Cancel
Save