We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 22962ed commit 10468a9Copy full SHA for 10468a9
src/core/qgsvectorlayer.cpp
@@ -1481,6 +1481,9 @@ bool QgsVectorLayer::setSubsetString( QString subset )
1481
mDataSource = mDataProvider->dataSourceUri();
1482
updateExtents();
1483
1484
+ if ( res )
1485
+ setCacheImage( 0 );
1486
+
1487
return res;
1488
}
1489
@@ -3461,7 +3464,6 @@ bool QgsVectorLayer::commitChanges()
3461
3464
emit editingStopped();
3462
3465
3463
3466
-
3467
mDataProvider->updateExtents();
3468
mDataProvider->updateFeatureCount();
3469
0 commit comments