Skip to content

Commit

Permalink
Fix multiedit features deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Feb 10, 2024
1 parent 603ab7e commit bab19dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def addFeatureGeometry(self):
self.editorContext().mainMessageBar().pushItem(self.mMessageBarItem)

def deleteSelectedFeatures(self):
self.deleteFeatures(self.selectedChildFeatureIds())
self.deleteFeatures(list(self.selectedChildFeatureIds()))

def duplicateFeatures(self, fids):
layer = self.relation().referencingLayer()
Expand Down

0 comments on commit bab19dd

Please sign in to comment.