Skip to content

Commit 668f4be

Browse files
author
mhugent
committed
more bugfixing in field calculator
git-svn-id: http://svn.osgeo.org/qgis/trunk@12551 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 32ea3a2 commit 668f4be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/qgsfieldcalculator.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ void QgsFieldCalculator::accept()
177177
{
178178
mVectorLayer->changeAttributeValue( feature.id(), attributeId, value.string(), false );
179179
}
180+
}
180181

181-
// stop blocking layerModified signals and make sure that one layerModified signal is emitted
182-
mVectorLayer->blockSignals( false );
183-
mVectorLayer->setModified( true, false );
182+
// stop blocking layerModified signals and make sure that one layerModified signal is emitted
183+
mVectorLayer->blockSignals( false );
184+
mVectorLayer->setModified( true, false );
184185

185-
}
186186

187187
if ( !calculationSuccess )
188188
{

0 commit comments

Comments
 (0)