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
2f9edda6
Commit
2f9edda6
authored
Oct 22, 2020
by
Jean-Baptiste Mardelle
Browse files
Ensure timeline ruler is correctly updated on profile switch.
Related to
#819
parent
f8cd54b2
Pipeline
#38428
passed with stage
in 35 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
2f9edda6
...
...
@@ -344,6 +344,7 @@ bool Core::setCurrentProfile(const QString &profilePath)
if
(
m_guiConstructed
&&
m_mainWindow
->
getCurrentTimeline
()
->
controller
()
->
getModel
())
{
m_mainWindow
->
getCurrentTimeline
()
->
controller
()
->
getModel
()
->
updateProfile
(
getProjectProfile
());
checkProfileValidity
();
emit
m_mainWindow
->
getCurrentTimeline
()
->
controller
()
->
frameFormatChanged
();
}
return
true
;
}
...
...
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