Skip to content

Commit

Permalink
fix "failing" travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 19, 2016
1 parent 7a5df7a commit 81448f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -9861,7 +9861,7 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
mActionNodeTool->setEnabled( isEditable && canChangeGeometry );

mActionEnableTracing->setEnabled( isEditable && canAddFeatures &&
( vlayer->geometryType() == QGis::Line || vlayer->geometryType() == QGis::Polygon ) );
( vlayer->geometryType() == QGis::Line || vlayer->geometryType() == QGis::Polygon ) );

if ( vlayer->geometryType() == QGis::Point )
{
Expand Down

0 comments on commit 81448f8

Please sign in to comment.