Timeline: Redraw right hand child region on split.

pull/119/merge
Jonathan Moore Liles 2020-10-10 00:07:19 -07:00
parent b13d2da674
commit 4c14cdd350
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}