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
bdc91a63
Commit
bdc91a63
authored
Feb 13, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix clip thumbnails extending past clip length
Fixes
#1334
parent
1158d7e0
Pipeline
#136756
passed with stage
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/ClipThumbs.qml
View file @
bdc91a63
...
...
@@ -13,6 +13,7 @@ Row {
id
:
thumbRow
anchors.fill
:
parent
visible
:
!
isAudio
clip
:
true
opacity
:
clipState
===
ClipState
.
Disabled
?
0.2
:
1
property
bool
fixedThumbs
:
clipRoot
.
itemType
===
ProducerType
.
Image
||
clipRoot
.
itemType
===
ProducerType
.
Text
||
clipRoot
.
itemType
===
ProducerType
.
TextTemplate
property
int
thumbWidth
:
container
.
height
*
root
.
dar
...
...
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