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
128fb884
Commit
128fb884
authored
Dec 07, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix last commit always resetting lut file to first installed one on project load
parent
4b689537
Pipeline
#106578
failed with stage
in 5 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/model/assetparametermodel.cpp
View file @
128fb884
...
...
@@ -186,7 +186,7 @@ AssetParameterModel::AssetParameterModel(std::unique_ptr<Mlt::Properties> asset,
qDebug
()
<<
"No fixing needed for"
<<
name
<<
"="
<<
value
;
}
}
if
(
currentRow
.
type
==
ParamType
::
UrlList
)
{
if
(
currentRow
.
type
==
ParamType
::
UrlList
&&
!
m_asset
->
property_exists
(
name
.
toUtf8
().
constData
())
)
{
QString
values
=
currentParameter
.
attribute
(
QStringLiteral
(
"paramlist"
));
if
(
values
==
QLatin1String
(
"%lutPaths"
))
{
QString
filter
=
currentParameter
.
attribute
(
QStringLiteral
(
"filter"
));;
...
...
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