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
ee87c204
Commit
ee87c204
authored
Nov 28, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix obscure effect not working on first drop.
Fixes
#1326
parent
c8027071
Pipeline
#276107
passed with stage
in 8 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/model/assetparametermodel.cpp
View file @
ee87c204
...
...
@@ -813,6 +813,7 @@ QVariant AssetParameterModel::parseAttribute(const ObjectId &owner, const QStrin
content
.
append
(
QString
(
"%1 "
).
arg
(
val
));
}
}
content
=
content
.
trimmed
();
}
}
else
if
(
type
==
ParamType
::
Double
||
type
==
ParamType
::
Hidden
)
{
// Use a Mlt::Properties to parse mathematical operators
...
...
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