Browse Source

Timeline: Don't add cursor regions to sequence before setting their start and length.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
c7787c8ad6
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      timeline/src/Cursor_Region.C

+ 2
- 3
timeline/src/Cursor_Region.C View File

@@ -79,12 +79,11 @@ Cursor_Region::Cursor_Region ( nframes_t when, nframes_t length, const char *typ
this->label( label );
this->type( type );

timeline->add_cursor( this );

start( when );

this->length( length );

timeline->add_cursor( this );

log_create();
}



Loading…
Cancel
Save