Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allows to enable the field calculator toolbar icon even for point lay…
…ers if editable
  • Loading branch information
slarosa committed Sep 19, 2013
1 parent df6d0bd commit e6154cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -8410,8 +8410,6 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
mActionRotatePointSymbols->setEnabled( true );
}
}

return;
}
else if ( vlayer->geometryType() == QGis::Line )
{
Expand Down

0 comments on commit e6154cf

Please sign in to comment.