Skip to content

Commit

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

git-svn-id: http://svn.osgeo.org/qgis/trunk@12543 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 20, 2009
1 parent 7ea026c commit 0d211e8
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 0d211e8

Please sign in to comment.