# HG changeset patch # User Jan Vrany # Date 1432212438 -3600 # Node ID b052edb26c7c9f87305ee0ae191af75242f5d828 # Parent 1a50d41800d9ed27e7072a921b2238693a645eb7 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. diff -r 1a50d41800d9 -r b052edb26c7c 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 " "Created: / 27-12-2011 / 10:53:00 / cg" - "Modified: / 30-03-2012 / 12:34:38 / Jan Vrany " + "Modified: / 21-05-2015 / 13:41:49 / Jan Vrany " ! changeMenuBrowse: changeList