Fix in ChangeSetBrowser2: delta icon redraw bug when apply-to-end is performed. jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 May 2015 13:47:18 +0100
branchjv
changeset 15654 b052edb26c7c
parent 15653 1a50d41800d9
child 15658 43b2d989bf0a
Fix in ChangeSetBrowser2: delta icon redraw bug when apply-to-end is performed. Finally, when apply-to-end is pressed, the delta icon is properly updated even for the very last list item.
Tools__ChangeSetBrowser2.st
--- a/Tools__ChangeSetBrowser2.st	Thu May 21 06:57:45 2015 +0200
+++ b/Tools__ChangeSetBrowser2.st	Thu May 21 13:47:18 2015 +0100
@@ -3297,6 +3297,7 @@
         changeList selection: { chg }.
         self changeMenuApplyChange:chg change.
     ].
+    changeList redrawListItemAt: stop.
 
     list2 notNil ifTrue:[
         "/ to get the =-icons
@@ -3305,7 +3306,7 @@
 
     "Created: / 04-08-2011 / 17:27:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Created: / 27-12-2011 / 10:53:00 / cg"
-    "Modified: / 30-03-2012 / 12:34:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 21-05-2015 / 13:41:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 changeMenuBrowse: changeList