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
05670931
Commit
05670931
authored
Jan 24, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix incorrect clip height on collapse with shortcut
parent
fd468156
Pipeline
#13791
passed with stage
in 16 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
05670931
...
...
@@ -1441,7 +1441,7 @@ Rectangle {
rootIndex
:
trackDelegateModel
.
modelIndex
(
index
)
timeScale
:
timeline
.
scaleFactor
width
:
tracksContainerArea
.
width
height
:
trackHeight
height
:
Math
.
max
(
root
.
baseUnit
*
2
,
trackHeight
)
isAudio
:
audio
trackThumbsFormat
:
thumbsFormat
isCurrentTrack
:
item
===
timeline
.
activeTrack
...
...
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