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
2f9f6380
Commit
2f9f6380
authored
Dec 16, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix qml deprecation warning
parent
5a9426ae
Pipeline
#44296
passed with stage
in 10 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
2f9f6380
...
...
@@ -1667,8 +1667,8 @@ Rectangle {
Connections
{
target
:
timeline
onFrameFormatChanged
:
ruler
.
adjustFormat
()
onSelectionChanged
:
{
function
onFrameFormatChanged
()
{
ruler
.
adjustFormat
()
}
function
onSelectionChanged
()
{
if
(
dragProxy
.
draggedItem
>
-
1
&&
!
timeline
.
exists
(
dragProxy
.
draggedItem
))
{
endDrag
()
}
...
...
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