Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
trigger editing on group item when grouping selected layers
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gui/layertree/qgslayertreeviewdefaultactions.cpp
|
@@ -366,6 +366,7 @@ void QgsLayerTreeViewDefaultActions::groupSelected() |
|
|
} |
|
|
|
|
|
mView->setCurrentIndex( mView->layerTreeModel()->node2index( newGroup ) ); |
|
|
mView->edit( mView->layerTreeModel()->node2index( newGroup ) ); |
|
|
} |
|
|
|
|
|
void QgsLayerTreeViewDefaultActions::mutuallyExclusiveGroup() |
|
|