DebugUI: fixed an issue the __clientWatchConditionError() slot.

Sun, 02 Feb 2020 14:55:11 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 02 Feb 2020 14:55:11 +0100
changeset 7388
e4f3948920a6
parent 7387
2fb33905ff6b
child 7393
e83e0ba6b90d

DebugUI: fixed an issue the __clientWatchConditionError() slot.

eric6/Debugger/DebugUI.py file | annotate | diff | comparison | revisions
--- a/eric6/Debugger/DebugUI.py	Sun Feb 02 13:01:55 2020 +0100
+++ b/eric6/Debugger/DebugUI.py	Sun Feb 02 14:55:11 2020 +0100
@@ -1397,7 +1397,7 @@
             cond, temp, enabled, count, special = dlg.getData()
             
             # check for duplicates
-            idx = self.__model.getWatchPointIndex(cond, special)
+            idx = model.getWatchPointIndex(cond, special)
             duplicate = (idx.isValid() and
                          idx.internalPointer() != index.internalPointer())
             if duplicate:

eric ide

mercurial