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
52e5f1bd
Commit
52e5f1bd
authored
Jun 17, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix timeline scrolling broken after opening a widget from timeline menu, like edit clip duration
parent
ba1cbea6
Pipeline
#192316
passed with stage
in 6 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
52e5f1bd
...
...
@@ -319,6 +319,7 @@ Rectangle {
dragProxy
.
width
=
0
dragProxy
.
height
=
0
dragProxy
.
verticalOffset
=
0
root
.
autoScrolling
=
timeline
.
autoScroll
}
function
regainFocus
(
mousePos
)
{
...
...
@@ -362,6 +363,7 @@ Rectangle {
endDrag
()
}
}
root
.
autoScrolling
=
timeline
.
autoScroll
}
function
getAudioTracksCount
(){
...
...
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