fix timeline type issues
This commit is contained in:
parent
0e264ad2db
commit
029fb065b7
@ -1253,7 +1253,7 @@ Playlist::copy (timepos_t const & start, timecnt_t const & cnt, bool result_is_h
|
||||
|
||||
// cnt = min (_get_extent().second - start, cnt); (We need the full range length when copy/pasting in Ripple. Why was this limit here? It's not in CUT... )
|
||||
|
||||
return PlaylistFactory::create (shared_from_this (), start, cnt, new_name, result_is_hidden);
|
||||
return PlaylistFactory::create (shared_from_this (), start, timepos_t (cnt), new_name, result_is_hidden);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user