src/eric7/Debugger/VariablesViewer.py

branch
eric7
changeset 11006
a671918232f3
parent 11000
f8371a2dd08f
child 11090
f5f5f5803935
diff -r b918c6c2736b -r a671918232f3 src/eric7/Debugger/VariablesViewer.py
--- a/src/eric7/Debugger/VariablesViewer.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/Debugger/VariablesViewer.py	Fri Oct 25 17:58:59 2024 +0200
@@ -1194,7 +1194,7 @@
 
         name = "".join(nlist)
         # now show the dialog
-        dlg = VariableDetailDialog(name, vtype, val)
+        dlg = VariableDetailDialog(name, vtype, val, parent=self)
         dlg.exec()
 
     def __configure(self):

eric ide

mercurial