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
3b2bd76b
Commit
3b2bd76b
authored
Aug 09, 2022
by
Jean-Baptiste Mardelle
Browse files
Ensure mix can easily be resized until clip end
parent
10b7b54d
Pipeline
#215256
failed with stage
in 19 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
3b2bd76b
...
...
@@ -473,7 +473,7 @@ Rectangle {
drag.target
:
trimInMixArea
drag.axis
:
Drag
.
XAxis
drag.smoothed
:
false
drag.maximumX
:
clipRoot
.
width
-
1
drag.maximumX
:
clipRoot
.
width
drag.minimumX
:
(
clipRoot
.
mixDuration
-
clipRoot
.
mixCut
)
*
clipRoot
.
timeScale
property
bool
sizeChanged
:
false
cursorShape
:
(
containsMouse
?
Qt
.
SizeHorCursor
:
Qt
.
ClosedHandCursor
)
...
...
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