Select newly created groups and expand parent.

This commit is contained in:
Florian Geyer 2012-04-27 18:45:26 +02:00 committed by Felix Geyer
parent 84a9e397d2
commit 554029ac31
3 changed files with 16 additions and 2 deletions

View file

@ -206,6 +206,8 @@ void DatabaseWidget::switchToView(bool accepted)
if (m_newGroup) {
if (accepted) {
m_newGroup->setParent(m_newParent);
m_groupView->setCurrentGroup(m_newGroup);
m_groupView->expandGroup(m_newParent);
}
else {
delete m_newGroup;