Skip to content

Commit e6154cf

Browse files
committed
allows to enable the field calculator toolbar icon even for point layers if editable
1 parent df6d0bd commit e6154cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8410,8 +8410,6 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
84108410
mActionRotatePointSymbols->setEnabled( true );
84118411
}
84128412
}
8413-
8414-
return;
84158413
}
84168414
else if ( vlayer->geometryType() == QGis::Line )
84178415
{

0 commit comments

Comments
 (0)