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
c63acf85
Commit
c63acf85
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
d1e4f1e4
Pipeline
#52446
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/doc/kdenlivedoc.cpp
View file @
c63acf85
...
...
@@ -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
Supports
Markdown
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