Skip to content

Commit

Permalink
Remove shortcut from Layer CRS action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 3, 2021
1 parent 09f08cc commit c65604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.cpp
Expand Up @@ -358,7 +358,7 @@ QMenu *QgsAppLayerTreeViewMenuProvider::createContextMenu()
if ( !layer->isInScaleRange( mCanvas->scale() ) )
menu->addAction( tr( "Zoom to &Visible Scale" ), QgisApp::instance(), &QgisApp::zoomToLayerScale );

QMenu *menuSetCRS = new QMenu( tr( "La&yer CRS" ), menu );
QMenu *menuSetCRS = new QMenu( tr( "Layer CRS" ), menu );

const QList<QgsLayerTreeNode *> selectedNodes = mView->selectedNodes();
QgsCoordinateReferenceSystem layerCrs;
Expand Down

0 comments on commit c65604b

Please sign in to comment.