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
ce643e3e
Commit
ce643e3e
authored
Sep 22, 2021
by
Jean-Baptiste Mardelle
Browse files
When editing / creating a render profile, focus the edited profile on save
parent
42fafb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
ce643e3e
...
...
@@ -679,7 +679,7 @@ void RenderWidget::slotSaveProfile()
doc
.
appendChild
(
profileElement
);
saveProfile
(
doc
.
documentElement
());
parseProfiles
();
parseProfiles
(
newProfileName
);
}
delete
d
;
}
...
...
@@ -991,7 +991,7 @@ void RenderWidget::slotEditProfile()
return
;
}
file
.
close
();
parseProfiles
();
parseProfiles
(
newProfileName
);
}
else
{
delete
d
;
}
...
...
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