Skip to content

Commit

Permalink
missing action for add part
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 30, 2014
1 parent 8bc1dfa commit c21fc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -2050,6 +2050,7 @@ void QgisApp::createCanvasTools()
mMapTools.mFillRing = new QgsMapToolFillRing( mMapCanvas );
mMapTools.mFillRing->setAction( mActionFillRing );
mMapTools.mAddPart = new QgsMapToolAddPart( mMapCanvas );
mMapTools.mAddPart->setAction( mActionAddPart );
mMapTools.mSimplifyFeature = new QgsMapToolSimplify( mMapCanvas );
mMapTools.mSimplifyFeature->setAction( mActionSimplifyFeature );
mMapTools.mDeleteRing = new QgsMapToolDeleteRing( mMapCanvas );
Expand Down

0 comments on commit c21fc54

Please sign in to comment.