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
45b94486
Commit
45b94486
authored
May 17, 2021
by
Julius Künzel
Browse files
Fix issue with duplicated title clips
parent
06a5cb12
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
45b94486
...
...
@@ -3768,6 +3768,7 @@ void Bin::showTitleWidget(const std::shared_ptr<ProjectClip> &clip)
if
(
clip
->
clipName
().
contains
(
i18n
(
"(copy)"
)))
{
// We edited a duplicated title clip, update name from new content text
newprops
.
insert
(
QStringLiteral
(
"kdenlive:clipname"
),
dia_ui
.
titleSuggest
());
newprops
.
insert
(
QStringLiteral
(
"resource"
),
QString
());
}
// trigger producer reload
newprops
.
insert
(
QStringLiteral
(
"force_reload"
),
QStringLiteral
(
"2"
));
...
...
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