src/eric7/Plugins/PluginWizardDotDesktop.py

branch
eric7
changeset 11006
a671918232f3
parent 10730
454f6ff4e1cd
child 11090
f5f5f5803935
--- 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:

eric ide

mercurial