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
a177f133
Commit
a177f133
authored
Feb 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix audio thumb speed not correctly initialized (broke monitor thumbs)
parent
34a9b894
Pipeline
#142926
passed with stage
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timelineitems.cpp
View file @
a177f133
...
...
@@ -91,6 +91,7 @@ class TimelineWaveform : public QQuickPaintedItem
public:
TimelineWaveform
(
QQuickItem
*
parent
=
nullptr
)
:
QQuickPaintedItem
(
parent
)
,
m_speed
(
1.
)
,
m_opaquePaint
(
false
)
{
setAntialiasing
(
false
);
...
...
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