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
74fb541e
Commit
74fb541e
authored
Feb 27, 2021
by
Jean-Baptiste Mardelle
Browse files
Don't mark document modified when opening a project file with guides.
CCBUG: 433615
parent
c7b453ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc/kdenlivedoc.cpp
View file @
74fb541e
...
...
@@ -1289,7 +1289,7 @@ void KdenliveDoc::loadDocumentGuides()
{
QString
guides
=
m_documentProperties
.
value
(
QStringLiteral
(
"guides"
));
if
(
!
guides
.
isEmpty
())
{
m_guideModel
->
importFromJson
(
guides
,
true
);
m_guideModel
->
importFromJson
(
guides
,
true
,
false
);
}
}
...
...
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