src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 11006
a671918232f3
parent 10933
95a15b70f7bb
child 11019
27cd57e98461
child 11090
f5f5f5803935
diff -r b918c6c2736b -r a671918232f3 src/eric7/Testing/TestingWidget.py
--- a/src/eric7/Testing/TestingWidget.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/Testing/TestingWidget.py	Fri Oct 25 17:58:59 2024 +0200
@@ -1278,7 +1278,7 @@
         from eric7.EricWidgets.EricPlainTextDialog import EricPlainTextDialog
 
         dlg = EricPlainTextDialog(
-            title=self.tr("Test Run Output"), text=self.__recentLog
+            title=self.tr("Test Run Output"), text=self.__recentLog, parent=self
         )
         dlg.exec()
 

eric ide

mercurial