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
68c3d6b7
Commit
68c3d6b7
authored
Dec 30, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix disabling proxy loses some clip properties.
Fixes
#901
parent
765ee784
Pipeline
#45816
passed with stage
in 10 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
68c3d6b7
...
...
@@ -1196,7 +1196,7 @@ void ProjectClip::setProperties(const QMap<QString, QString> &properties, bool r
if
(
m_clipType
==
ClipType
::
Color
)
{
refreshOnly
=
true
;
updateRoles
<<
TimelineModel
::
ResourceRole
;
}
else
{
}
else
if
(
!
properties
.
contains
(
"kdenlive:proxy"
))
{
// Clip resource changed, update thumbnail, name, clear hash
refreshOnly
=
false
;
resetProducerProperty
(
QStringLiteral
(
"kdenlive:file_hash"
));
...
...
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