Debugger/WatchPointModel.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3021
801289962f4e
child 3060
5883ce99ee12
--- a/Debugger/WatchPointModel.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Debugger/WatchPointModel.py	Fri Nov 01 15:48:48 2013 +0100
@@ -190,8 +190,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