Skip to content
Snippets Groups Projects
Commit 41e19738 authored by Alexian Masson's avatar Alexian Masson
Browse files

Fix WIP

parent 54fde2f8
No related tags found
1 merge request!67Gsedfqgis 100 fixes
Pipeline #22187 passed
......@@ -816,7 +816,7 @@ class ProfileDialog(QtWidgets.QDialog, FORM_CLASS):
points_filter = []
for index in selection.indexes():
p = self.layer.getFeature(self.sectionItemModel.item(index).current_f_id)
p = self.layer().getFeature(self.sectionItemModel.item(index).current_f_id)
p_id = p.attribute("p_id").split(",")[index.row()]
points_filter.append([current_sec_id, p_id])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment