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
f1038a51
Commit
f1038a51
authored
Oct 22, 2022
by
Jean-Baptiste Mardelle
Committed by
Julius Künzel
Oct 23, 2022
Browse files
Fix crash on project opening
parent
e1f2853a
Pipeline
#254148
failed with stage
in 9 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
f1038a51
...
...
@@ -502,7 +502,7 @@ bool Core::setCurrentProfile(const QString &profilePath)
emit
m_mainWindow
->
updateRenderWidgetProfile
();
m_monitorManager
->
resetProfiles
();
emit
m_monitorManager
->
updatePreviewScaling
();
if
(
m_mainWindow
->
hasTimeline
()
&&
m_mainWindow
->
getCurrentTimeline
()
->
model
())
{
if
(
m_mainWindow
->
hasTimeline
()
&&
m_mainWindow
->
getCurrentTimeline
()
&&
m_mainWindow
->
getCurrentTimeline
()
->
model
())
{
m_mainWindow
->
getCurrentTimeline
()
->
model
()
->
updateProfile
(
getProjectProfile
());
m_mainWindow
->
getCurrentTimeline
()
->
model
()
->
updateFieldOrderFilter
(
getCurrentProfile
());
checkProfileValidity
();
...
...
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