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
3d2e0236
Commit
3d2e0236
authored
Sep 22, 2021
by
Jean-Baptiste Mardelle
Browse files
When editing / creating a render profile, focus the edited profile on save
parent
4d18d279
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
3d2e0236
...
...
@@ -665,7 +665,7 @@ void RenderWidget::slotSaveProfile()
doc
.
appendChild
(
profileElement
);
saveProfile
(
doc
.
documentElement
());
parseProfiles
();
parseProfiles
(
newProfileName
);
}
delete
d
;
}
...
...
@@ -961,7 +961,7 @@ void RenderWidget::slotEditProfile()
return
;
}
file
.
close
();
parseProfiles
();
parseProfiles
(
newProfileName
);
}
else
{
delete
d
;
}
...
...
manuel muzzurru
@manuelmuzzurru
·
Sep 22, 2021
this is good idea
this is good idea
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