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
edef6318
Commit
edef6318
authored
Oct 22, 2020
by
Jean-Baptiste Mardelle
Browse files
Ensure timeline ruler is correctly updated on profile switch.
Related to
#819
parent
82dd806c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
edef6318
...
...
@@ -343,6 +343,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
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