Skip to content

Commit 53527ca

Browse files
committed
Transactions: Assume edited state
1 parent 8207161 commit 53527ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorlayereditpassthrough.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CORE_EXPORT QgsVectorLayerEditPassthrough : public QgsVectorLayerEditBuffe
2424
Q_OBJECT
2525
public:
2626
QgsVectorLayerEditPassthrough( QgsVectorLayer* layer ) { L = layer; }
27-
bool isModified() const override { return false; }
27+
bool isModified() const override { return true; }
2828
bool addFeature( QgsFeature& f ) override;
2929
bool addFeatures( QgsFeatureList& features ) override;
3030
bool deleteFeature( QgsFeatureId fid ) override;

0 commit comments

Comments
 (0)