Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
76d87f66
Commit
76d87f66
authored
Oct 16, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix crash inserting zone over grouped clips in same track
parent
b4895a06
Pipeline
#37816
passed with stage
in 17 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinefunctions.cpp
View file @
76d87f66
...
...
@@ -519,6 +519,7 @@ bool TimelineFunctions::liftZone(const std::shared_ptr<TimelineItemModel> &timel
}
std
::
unordered_set
<
int
>
clips
=
timeline
->
getItemsInRange
(
trackId
,
zone
.
x
(),
zone
.
y
());
for
(
const
auto
&
clipId
:
clips
)
{
timeline
->
requestClipUngroup
(
clipId
,
undo
,
redo
);
timeline
->
requestItemDeletion
(
clipId
,
undo
,
redo
);
}
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment