Skip to content

Commit

Permalink
Fix bug that prevented attribute table to update correctly after fiel…
Browse files Browse the repository at this point in the history
…d calculator usage

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12543 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 20, 2009
1 parent 774a60f commit 5f41b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsfieldcalculator.cpp
Expand Up @@ -179,7 +179,7 @@ void QgsFieldCalculator::accept()
}

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

}
Expand Down

0 comments on commit 5f41b5f

Please sign in to comment.