Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
5baea514
Commit
5baea514
authored
Nov 19, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix crash on mix deletion
parent
7338455a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/timeline2/view/timelinecontroller.cpp
src/timeline2/view/timelinecontroller.cpp
+1
-0
No files found.
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
Markdown
is supported
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