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
cae28635
Commit
cae28635
authored
Mar 10, 2021
by
Julius Künzel
Browse files
Remove unnecessary debug message introduced with
bf8dac93
parent
bf8dac93
Pipeline
#53709
passed with stage
in 10 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenlivemonitorrotoscene.qml
View file @
cae28635
...
...
@@ -527,7 +527,6 @@ Item {
referenceCorner
=
Qt
.
point
(
topRight
.
x
,
topRight
.
y
+
(
bottomLeft
.
y
-
topRight
.
y
)
/
2
)
}
if
(
mouse
.
modifiers
&&
mouse
.
modifiers
===
Qt
.
ShiftModifier
)
{
console
.
log
(
"
Center Resize
"
)
referenceCorner
=
Qt
.
point
(
centerCross
.
x
,
centerCross
.
y
)
}
var
originalDist
=
Math
.
sqrt
(
Math
.
pow
(
movingCorner
.
x
-
referenceCorner
.
x
,
2
)
+
Math
.
pow
(
movingCorner
.
y
-
referenceCorner
.
y
,
2
)
);
...
...
Write
Preview
Supports
Markdown
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