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
3281c37c
Commit
3281c37c
authored
Feb 14, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix qml binding loop warning
parent
4c1ac074
Pipeline
#137184
passed with stage
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
3281c37c
...
...
@@ -278,16 +278,17 @@ Item {
anchors.right
:
parent
.
right
anchors.left
:
parent
.
left
height
:
streamThumb
.
streamHeight
property
int
aChannels
:
controller
.
audioChannels
[
model
.
index
]
y
:
model
.
index
*
height
channels
:
controller
.
audioChannels
[
model
.
index
]
channels
:
aChannels
binId
:
controller
.
clipId
audioStream
:
controller
.
audioStreams
[
model
.
index
]
isFirstChunk
:
false
format
:
controller
.
audioThumbFormat
normalize
:
controller
.
audioThumbNormalize
scaleFactor
:
audioThumb
.
width
/
(
root
.
duration
-
1
)
/
root
.
zoomFactor
waveInPoint
:
(
root
.
duration
-
1
)
*
root
.
zoomStart
*
c
hannels
waveOutPointWithUpdate
:
(
root
.
duration
-
1
)
*
(
root
.
zoomStart
+
root
.
zoomFactor
)
*
c
hannels
waveInPoint
:
(
root
.
duration
-
1
)
*
root
.
zoomStart
*
aC
hannels
waveOutPointWithUpdate
:
(
root
.
duration
-
1
)
*
(
root
.
zoomStart
+
root
.
zoomFactor
)
*
aC
hannels
fillColor1
:
root
.
thumbColor1
fillColor2
:
root
.
thumbColor2
}
...
...
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