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
549f8954
Commit
549f8954
authored
May 14, 2020
by
Jean-Baptiste Mardelle
Browse files
Ensure we start with the correct fps when default profile is not 25 fps.
CCBUG: 420580
parent
c46b8b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
549f8954
...
...
@@ -337,7 +337,8 @@ const QString &Core::getCurrentProfilePath() const
bool
Core
::
setCurrentProfile
(
const
QString
&
profilePath
)
{
if
(
m_currentProfile
==
profilePath
)
{
// no change required
// no change required, ensure timecode has correct fps
m_timecode
.
setFormat
(
getCurrentProfile
()
->
fps
());
return
true
;
}
if
(
ProfileRepository
::
get
()
->
profileExists
(
profilePath
))
{
...
...
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