Skip to content

Commit d674a53

Browse files
DelazJ3nids
authored andcommitted
Add the Copy and Move Feature(s) button to Edit menu (#6884)
1 parent 38ef187 commit d674a53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/qgisapp.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,6 @@ void QgisApp::createActions()
19691969
connect( mActionRegularPolygonCenterPoint, &QAction::triggered, this, [ = ] { setMapTool( mMapTools.mRegularPolygonCenterPoint, true ); } );
19701970
connect( mActionRegularPolygonCenterCorner, &QAction::triggered, this, [ = ] { setMapTool( mMapTools.mRegularPolygonCenterCorner, true ); } );
19711971
connect( mActionMoveFeature, &QAction::triggered, this, &QgisApp::moveFeature );
1972-
connect( mActionMoveFeature, &QAction::triggered, this, &QgisApp::moveFeature );
19731972
connect( mActionMoveFeatureCopy, &QAction::triggered, this, &QgisApp::moveFeatureCopy );
19741973
connect( mActionRotateFeature, &QAction::triggered, this, &QgisApp::rotateFeature );
19751974

src/ui/qgisapp.ui

+1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@
342342
<addaction name="mMenuRegularPolygon"/>
343343
<addaction name="mMenuEllipse"/>
344344
<addaction name="mActionMoveFeature"/>
345+
<addaction name="mActionMoveFeatureCopy"/>
345346
<addaction name="mActionDeleteSelected"/>
346347
<addaction name="mActionMultiEditAttributes"/>
347348
<addaction name="separator"/>

0 commit comments

Comments
 (0)