Debugger/WatchPointModel.py

changeset 3021
801289962f4e
parent 2988
f53c03574697
child 3032
927a2f8b3669
child 3058
0a02c433f52d
--- a/Debugger/WatchPointModel.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/Debugger/WatchPointModel.py	Mon Oct 14 20:08:19 2013 +0200
@@ -188,8 +188,8 @@
         if index.isValid():
             row = index.row()
             index1 = self.createIndex(row, 0, self.watchpoints[row])
-            index2 = self.createIndex(row, len(self.watchpoints[row]),
-                     self.watchpoints[row])
+            index2 = self.createIndex(
+                row, len(self.watchpoints[row]), self.watchpoints[row])
             self.dataAboutToBeChanged.emit(index1, index2)
             i = 0
             for value in [cond, special] + list(properties):

eric ide

mercurial