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
5baea514
Commit
5baea514
authored
Nov 19, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix crash on mix deletion
parent
7338455a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
5baea514
...
...
@@ -489,6 +489,7 @@ void TimelineController::deleteSelectedClips()
if
(
m_model
->
m_selectedMix
>
-
1
&&
m_model
->
isClip
(
m_model
->
m_selectedMix
))
{
m_model
->
removeMix
(
m_model
->
m_selectedMix
);
}
return
;
}
// only need to delete the first item, the others will be deleted in cascade
if
(
m_model
->
m_editMode
==
TimelineMode
::
InsertEdit
)
{
...
...
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