--- a/SelectionEncloser/ConfigurationPage/SelectionEncloserPage.py Sat Dec 23 18:14:27 2023 +0100 +++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserPage.py Sat Oct 26 16:29:19 2024 +0200 @@ -233,7 +233,7 @@ itm.setText(0, menuTitle) else: dlg = SelectionEncloserEditDialog( - itm.text(0), itm.data(0, Qt.ItemDataRole.UserRole), self + itm.text(0), itm.data(0, Qt.ItemDataRole.UserRole), parent=self ) if dlg.exec() == QDialog.DialogCode.Accepted: title, encString = dlg.getData()