Skip to content

Commit

Permalink
Add the Copy and Move Feature(s) button to Edit menu (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and 3nids committed Jun 7, 2018
1 parent 38ef187 commit d674a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1969,7 +1969,6 @@ void QgisApp::createActions()
connect( mActionRegularPolygonCenterPoint, &QAction::triggered, this, [ = ] { setMapTool( mMapTools.mRegularPolygonCenterPoint, true ); } );
connect( mActionRegularPolygonCenterCorner, &QAction::triggered, this, [ = ] { setMapTool( mMapTools.mRegularPolygonCenterCorner, true ); } );
connect( mActionMoveFeature, &QAction::triggered, this, &QgisApp::moveFeature );
connect( mActionMoveFeature, &QAction::triggered, this, &QgisApp::moveFeature );
connect( mActionMoveFeatureCopy, &QAction::triggered, this, &QgisApp::moveFeatureCopy );
connect( mActionRotateFeature, &QAction::triggered, this, &QgisApp::rotateFeature );

Expand Down
1 change: 1 addition & 0 deletions src/ui/qgisapp.ui
Expand Up @@ -342,6 +342,7 @@
<addaction name="mMenuRegularPolygon"/>
<addaction name="mMenuEllipse"/>
<addaction name="mActionMoveFeature"/>
<addaction name="mActionMoveFeatureCopy"/>
<addaction name="mActionDeleteSelected"/>
<addaction name="mActionMultiEditAttributes"/>
<addaction name="separator"/>
Expand Down

0 comments on commit d674a53

Please sign in to comment.