Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable missed create rectangle action
  • Loading branch information
alexbruy committed Jan 26, 2019
1 parent 3331959 commit b0632c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -12318,6 +12318,7 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer *layer )
mActionEllipseFoci->setEnabled( false );
mActionRectangleCenterPoint->setEnabled( false );
mActionRectangleExtent->setEnabled( false );
mActionRectangle3Points->setEnabled( false );
mActionRegularPolygon2Points->setEnabled( false );
mActionRegularPolygonCenterPoint->setEnabled( false );
mActionRegularPolygonCenterCorner->setEnabled( false );
Expand Down

0 comments on commit b0632c1

Please sign in to comment.