Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
b72f28b9
Commit
b72f28b9
authored
Jul 12, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't show monitor overlay (fpt, timecode, ...) in audio seek bar
parent
5736dfe8
Pipeline
#26902
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/monitor/view/kdenliveclipmonitor.qml
src/monitor/view/kdenliveclipmonitor.qml
+1
-1
No files found.
src/monitor/view/kdenliveclipmonitor.qml
View file @
b72f28b9
...
...
@@ -47,7 +47,7 @@ Item {
property
color
overlayColor
:
'
cyan
'
property
bool
isClipMonitor
:
true
property
int
dragType
:
0
property
int
overlayMargin
:
(
audioThumb
.
stateVisible
&&
!
audioThumb
.
isAudioClip
&&
audioThumb
.
visible
)
?
(
audioThumb
.
height
+
root
.
zoomOffset
)
:
root
.
zoomOffset
property
int
overlayMargin
:
(
audioThumb
.
stateVisible
&&
!
audioThumb
.
isAudioClip
&&
audioThumb
.
visible
)
?
(
audioThumb
.
height
+
root
.
zoomOffset
)
:
root
.
zoomOffset
+
(
audioThumb
.
isAudioClip
&&
audioSeekZone
.
visible
)
?
audioSeekZone
.
height
:
0
FontMetrics
{
id
:
fontMetrics
...
...
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