Tools__ChangeList.st
branchjv
changeset 15806 c1236b466d85
parent 15600 067b6e4913af
child 16571 cf319f2e56d0
--- a/Tools__ChangeList.st	Sun Aug 09 07:27:41 2015 +0100
+++ b/Tools__ChangeList.st	Fri Aug 21 23:40:30 2015 +0100
@@ -1240,12 +1240,11 @@
 
     listView notNil ifTrue:[ 
         index := listView list identityIndexOf: item.
-        index ~~ 0 ifTrue:[ 
-            listView columnView invalidateRowAt: index.  
-         ].
+        self redrawListItemAt: index.  
     ]
 
     "Created: / 25-04-2015 / 22:12:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 20-08-2015 / 16:19:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 redrawListItemAt: index