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
a4c5e0bf
Commit
a4c5e0bf
authored
Nov 23, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix possible crash. Related to
#841
parent
39e07a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
a4c5e0bf
...
...
@@ -985,7 +985,7 @@ int TimelineController::getMainSelectedClip() const
}
}
}
return
clipId
;
return
m_model
->
isClip
(
clipId
)
?
clipId
:
-
1
;
}
void
TimelineController
::
addQuickMarker
(
int
cid
,
int
position
)
...
...
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