(0004021 - 826 - 904 - 904 - 904 - 904 - 904)
wiz
02-24-06 02:53
|
I looked at this in 7001 (after the curvier stuff). Most everything here is either a new method or an identical method.
One confilct PolygonMorph-drawArrowsOn needed a repair.
Which is in
PolygonMorph-drawArrowsOn.st
uploaded here.
The essence is that I had extracted out the predicate hasArrows. This fixed a bug in the logic. The repair was to update the squeakland rountine to use hasArrows instead of the faulty logic.
The essence of the squeakland change is that the method now always returns an array. Before it sometimes returned ^self. Presumably the more specific answer will not affect anything that wasn't expecting an answer in the first place.
So If you load in Polygon.st and then PolygonMorph-drawArrowsOn.st everything should be fine for the first cut.
Yours in service, --Jerome Peace |