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
b0562678
Commit
b0562678
authored
Mar 05, 2022
by
Julius Künzel
Browse files
[Project Settings] Fix: open selected profile instead of first
parent
e5576773
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/profilewidget.cpp
View file @
b0562678
...
...
@@ -167,7 +167,7 @@ const QString ProfileWidget::selectedProfile() const
void
ProfileWidget
::
slotEditProfiles
()
{
auto
*
w
=
new
ProfilesDialog
(
m_currentProfile
);
auto
*
w
=
new
ProfilesDialog
(
ProfileRepository
::
get
()
->
getProfile
(
m_currentProfile
)
->
description
()
);
w
->
exec
();
if
(
w
->
profileTreeChanged
())
{
// Rebuild profiles tree
...
...
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