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
6d5bd03d
Commit
6d5bd03d
authored
Jan 11, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix subtitles not displayed on project opening
parent
77a5a5ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/model/subtitlemodel.cpp
View file @
6d5bd03d
...
...
@@ -261,6 +261,7 @@ void SubtitleModel::importSubtitle(const QString filePath, int offset, bool exte
return
true
;
};
PUSH_LAMBDA
(
update_model
,
redo
);
update_model
();
if
(
externalImport
)
{
pCore
->
pushUndo
(
undo
,
redo
,
i18n
(
"Edit subtitle"
));
}
...
...
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