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
4c2f2ca7
Commit
4c2f2ca7
authored
Nov 11, 2019
by
Jean-Baptiste Mardelle
Browse files
Don't show monitor audio overly for clips with no audio
parent
bfbed8fd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
4c2f2ca7
...
...
@@ -137,7 +137,7 @@ Item {
height
:
controller
.
clipType
==
ProducerType
.
Audio
?
parent
.
height
:
parent
.
height
/
6
//font.pixelSize * 3
width
:
parent
.
width
visible
:
root
.
showAudiothumb
visible
:
root
.
showAudiothumb
&&
(
controller
.
clipType
==
ProducerType
.
Audio
||
controller
.
clipType
==
ProducerType
.
AV
)
states
:
[
State
{
when
:
audioThumb
.
stateVisible
||
controller
.
clipType
==
ProducerType
.
Audio
;
...
...
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