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
1ebfac4c
Commit
1ebfac4c
authored
Jul 07, 2020
by
Jean-Baptiste Mardelle
Browse files
Correctly update title templates list on each opening of title widget
parent
5f7355d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/titler/titlewidget.cpp
View file @
1ebfac4c
...
...
@@ -570,9 +570,8 @@ TitleWidget::TitleWidget(const QUrl &url, const Timecode &tc, QString projectTit
connect
(
cancelButton
,
&
QPushButton
::
clicked
,
[
this
]()
{
done
(
QDialog
::
Rejected
);
});
if
(
titletemplates
.
isEmpty
())
{
refreshTitleTemplates
(
m_projectTitlePath
);
}
refreshTitleTemplates
(
m_projectTitlePath
);
// templateBox->setIconSize(QSize(60,60));
refreshTemplateBoxContents
();
m_lastDocumentHash
=
QCryptographicHash
::
hash
(
xml
().
toString
().
toLatin1
(),
QCryptographicHash
::
Md5
).
toHex
();
...
...
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