projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dda42b
)
change copy packed clip to unpacked in move_edits
author
Good Guy
<good1.2guy@gmail.com>
Sun, 6 Jan 2019 20:18:52 +0000
(13:18 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Sun, 6 Jan 2019 20:18:52 +0000
(13:18 -0700)
cinelerra-5.1/cinelerra/mwindowedit.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/mwindowedit.C
b/cinelerra-5.1/cinelerra/mwindowedit.C
index 2b22d84f0cd65bb47d854411c686cc21181536a7..0d979ac8230c64d8d9c2d8211e0decddfa424e96 100644
(file)
--- a/
cinelerra-5.1/cinelerra/mwindowedit.C
+++ b/
cinelerra-5.1/cinelerra/mwindowedit.C
@@
-1136,7
+1136,7
@@
void MWindow::move_edits(ArrayList<Edit*> *edits,
{
undo->update_undo_before();
- EDL *clip = selected_edits_to_clip(
1
, 0, 0,
+ EDL *clip = selected_edits_to_clip(
0
, 0, 0,
edl->session->labels_follow_edits,
edl->session->autos_follow_edits,
edl->session->plugins_follow_edits);