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
ad23bd66
Commit
ad23bd66
authored
May 24, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix audio thumbs blurry on track height change
parent
ab106fda
Pipeline
#62961
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/ClipAudioThumbs.qml
View file @
ad23bd66
...
...
@@ -16,6 +16,10 @@ Row {
onTriggered
:
processReload
()
}
onHeightChanged
:
{
waveTimer
.
start
()
}
function
reload
(
reset
)
{
if
(
reset
===
0
)
{
waveformRepeater
.
model
=
0
...
...
@@ -23,7 +27,7 @@ Row {
waveTimer
.
start
()
}
onMaxWidthChanged
:
{
waveTimer
.
start
()
;
waveTimer
.
start
()
}
function
processReload
()
{
...
...
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