# HG changeset patch # User Claus Gittinger # Date 1256313148 -7200 # Node ID 98d48fa622b474437e8f0ee799d388001f0fed37 # Parent 66343568f2b2d3b24dbc6baaa4d915e4003e45fb comment/format in: #recursiveRepair:startIn: diff -r 66343568f2b2 -r 98d48fa622b4 UIObjectView.st --- a/UIObjectView.st Fri Oct 23 17:23:23 2009 +0200 +++ b/UIObjectView.st Fri Oct 23 17:52:28 2009 +0200 @@ -1709,7 +1709,7 @@ color isNil ifTrue:[ "/ must force redraw of border color := aView borderColor. - aView borderColor:(Color colorId:1). + aView borderColor:(Color colorId:1). "/ kludge to force a redraw aView borderColor:color. ]. w := w - bwWidth. @@ -3225,4 +3225,8 @@ version ^ '$Header$' +! + +version_CVS + ^ '$Header$' ! !