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
e28a9f2f
Commit
e28a9f2f
authored
Dec 15, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix profile corruption
Fixes
#1273
#1274
parent
256ea411
Pipeline
#110356
failed with stage
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
e28a9f2f
...
...
@@ -464,6 +464,7 @@ bool Core::setCurrentProfile(const QString &profilePath)
m_projectProfile
->
set_sample_aspect
(
getCurrentProfile
()
->
sample_aspect_num
(),
getCurrentProfile
()
->
sample_aspect_den
());
m_projectProfile
->
set_display_aspect
(
getCurrentProfile
()
->
display_aspect_num
(),
getCurrentProfile
()
->
display_aspect_den
());
m_projectProfile
->
set_width
(
getCurrentProfile
()
->
width
());
m_projectProfile
->
get_profile
()
->
description
=
qstrdup
(
profilePath
.
toUtf8
().
constData
());
m_projectProfile
->
set_explicit
(
true
);
updateMonitorProfile
();
}
...
...
Davy Bartoloni
🍕
@bartoloni
mentioned in issue
#1284 (closed)
·
Dec 18, 2021
mentioned in issue
#1284 (closed)
mentioned in issue #1284
Toggle commit list
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