Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
trigger editing on group item when grouping selected layers
  • Loading branch information
slarosa committed Mar 14, 2018
1 parent 914e7bb commit 193c554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/layertree/qgslayertreeviewdefaultactions.cpp
Expand Up @@ -366,6 +366,7 @@ void QgsLayerTreeViewDefaultActions::groupSelected()
}

mView->setCurrentIndex( mView->layerTreeModel()->node2index( newGroup ) );
mView->edit( mView->layerTreeModel()->node2index( newGroup ) );
}

void QgsLayerTreeViewDefaultActions::mutuallyExclusiveGroup()
Expand Down

0 comments on commit 193c554

Please sign in to comment.