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
ae9a18e5
Commit
ae9a18e5
authored
Jun 06, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix crash on changing project's fps
BUG: 408373
parent
6a1b8724
Changes
1
Show whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
ae9a18e5
...
...
@@ -1736,8 +1736,7 @@ void MainWindow::slotEditProjectSettings()
pCore
->
projectManager
()
->
slotResetProfiles
();
slotUpdateDocumentState
(
true
);
}
}
if
(
modified
)
{
}
else
if
(
modified
)
{
project
->
setModified
();
}
}
...
...
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