Skip to content
GitLab
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
48a72bc3
Commit
48a72bc3
authored
Aug 28, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix double clicking mixed clip start corrupting mix
parent
25ba2ac5
Pipeline
#224306
canceled with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
48a72bc3
...
...
@@ -662,7 +662,9 @@ Rectangle {
root
.
trimInProgress
=
false
;
}
onDoubleClicked
:
{
timeline
.
mixClip
(
clipRoot
.
clipId
,
-
1
)
if
(
clipRoot
.
mixDuration
==
0
)
{
timeline
.
mixClip
(
clipRoot
.
clipId
,
-
1
)
}
}
onPositionChanged
:
{
if
(
mouse
.
buttons
===
Qt
.
LeftButton
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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