This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Timeline: Redraw right hand child region on split.
tags/non-daw-v1.3.0
Jonathan Moore Liles
4 years ago
parent
b13d2da674
commit
4c14cdd350
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
timeline/src/Sequence_Region.C
+ 1
- 0
timeline/src/Sequence_Region.C
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();
}
Write
Preview
Loading…
Cancel
Save