Timeline: Don't add cursor regions to sequence before setting their start and length.
This commit is contained in:
parent
b83c70175d
commit
c7787c8ad6
|
@ -79,12 +79,11 @@ Cursor_Region::Cursor_Region ( nframes_t when, nframes_t length, const char *typ
|
||||||
this->label( label );
|
this->label( label );
|
||||||
this->type( type );
|
this->type( type );
|
||||||
|
|
||||||
timeline->add_cursor( this );
|
|
||||||
|
|
||||||
start( when );
|
start( when );
|
||||||
|
|
||||||
this->length( length );
|
this->length( length );
|
||||||
|
|
||||||
|
timeline->add_cursor( this );
|
||||||
|
|
||||||
log_create();
|
log_create();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue