mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
update layer fields after zonal statistics calculation
This commit is contained in:
parent
0a27d0cade
commit
35f9886df5
@ -231,6 +231,7 @@ int QgsZonalStatistics::calculateStatistics( QProgressDialog* p )
|
||||
}
|
||||
|
||||
GDALClose( inputDataset );
|
||||
mPolygonLayer->updateFields();
|
||||
|
||||
if ( p && p->wasCanceled() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user