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
aec144de
Commit
aec144de
authored
Feb 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix audio thumb speed not correctly initialized (broke monitor thumbs)
parent
ef8d2637
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timelineitems.cpp
View file @
aec144de
...
...
@@ -86,6 +86,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