Skip to content

Commit 5f41b5f

Browse files
author
mhugent
committed
Fix bug that prevented attribute table to update correctly after field calculator usage
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12543 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 774a60f commit 5f41b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsfieldcalculator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void QgsFieldCalculator::accept()
179179
}
180180

181181
// stop blocking layerModified signals and make sure that one layerModified signal is emitted
182-
mVectorLayer->blockSignals( true );
182+
mVectorLayer->blockSignals( false );
183183
mVectorLayer->setModified( true, false );
184184

185185
}

0 commit comments

Comments
 (0)