Timeline: Redraw right hand child region on split.
This commit is contained in:
parent
b13d2da674
commit
4c14cdd350
|
@ -128,6 +128,7 @@ Sequence_Region::split ( Sequence_Region * copy, nframes_t where )
|
|||
trim_right( where );
|
||||
copy->trim_left( where );
|
||||
sequence()->add( copy );
|
||||
copy->redraw();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue