Skip to content

Commit

Permalink
Merge pull request #31 from opengisch/fixBlackQuickWidgetOnOpenForm
Browse files Browse the repository at this point in the history
Fix black QuickWidget DocumentList when opening feature form
  • Loading branch information
domi4484 authored Jun 14, 2023
2 parents 05a453b + e59bf74 commit e496a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def showDocumentForm(self):
if self.nmRelation().isValid():
layer = self.nmRelation().referencedLayer()

showDocumentFormDialog = QgsAttributeDialog(layer, layer.getFeature(self._currentDocumentId), False, self, True)
showDocumentFormDialog = QgsAttributeDialog(layer, layer.getFeature(self._currentDocumentId), False, self.parent(), True)
showDocumentFormDialog.exec()
self.updateUi()

Expand Down

0 comments on commit e496a9e

Please sign in to comment.