Sun, 02 Feb 2020 14:55:11 +0100
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: