This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
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
b83c70175d
commit
c7787c8ad6
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save