Debugger/DebugUI.py

changeset 5121
d5d2cbf49daf
parent 5108
f5cb9cb98e6a
child 5124
1ba8ee313b57
child 5126
d28b92dabc2b
--- a/Debugger/DebugUI.py	Wed Aug 31 18:20:40 2016 +0200
+++ b/Debugger/DebugUI.py	Thu Sep 01 18:28:27 2016 +0200
@@ -1364,7 +1364,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