--- a/src/eric7/Plugins/PluginWizardDotDesktop.py Fri Oct 25 09:47:48 2024 +0200 +++ b/src/eric7/Plugins/PluginWizardDotDesktop.py Fri Oct 25 17:58:59 2024 +0200 @@ -142,7 +142,7 @@ ericApp().getObject("ViewManager").newEditor() editor = ericApp().getObject("ViewManager").activeWindow() - dlg = DotDesktopWizardDialog.DotDesktopWizardDialog(None) + dlg = DotDesktopWizardDialog.DotDesktopWizardDialog(parent=self.__ui) if dlg.exec() == QDialog.DialogCode.Accepted: code = dlg.getCode() if code: