Debugger/DebugUI.py

branch
6_1_x
changeset 5122
a35aec1f4205
parent 4639
14cc2a6e004b
child 5127
23fdfb2be857
diff -r 046baf6c79be -r a35aec1f4205 Debugger/DebugUI.py
--- a/Debugger/DebugUI.py	Tue Aug 30 20:13:21 2016 +0200
+++ b/Debugger/DebugUI.py	Thu Sep 01 18:28:27 2016 +0200
@@ -1349,7 +1349,7 @@
         
         from .EditWatchpointDialog import EditWatchpointDialog
         dlg = EditWatchpointDialog(
-            (cond, temp, enabled, count, special), self)
+            (cond, temp, enabled, count, special), self.ui)
         if dlg.exec_() == QDialog.Accepted:
             cond, temp, enabled, count, special = dlg.getData()
             

eric ide

mercurial