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
6ec0e308
Commit
6ec0e308
authored
Oct 09, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix resizing clip loses focus if mouse cursor did not get outside of clip boundaries.
Fixes
#803
parent
86266b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
6ec0e308
...
...
@@ -421,6 +421,7 @@ Rectangle {
if
(
sizeChanged
)
{
clipRoot
.
trimmedIn
(
clipRoot
,
shiftTrim
,
controlTrim
)
sizeChanged
=
false
updateDrag
()
}
}
onPositionChanged
:
{
...
...
@@ -510,6 +511,7 @@ Rectangle {
if
(
sizeChanged
)
{
clipRoot
.
trimmedOut
(
clipRoot
,
shiftTrim
,
controlTrim
)
sizeChanged
=
false
updateDrag
()
}
}
onPositionChanged
:
{
...
...
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