On 14 May 2012 04:33, Sean P. DeNigris <sean@clipperadams.com> wrote:
Igor Stasenko wrote
You're too slow. We did it already :)
WTF!!! You guys are getting too good, lol.
One thing... The instance creation should be:
    poly := PolygonMorph         vertices: { p1. p1 }         color: Color transparent         borderWidth: 2         borderColor: opposite.     poly openInWorld.
Right now it's returning a LineMorph.
yeah, i wonder myself why it using LineMorph. but we were concentrated on replacing other parts of code.
-- View this message in context: http://forum.world.st/Strange-logic-in-PolygonMorph-fromHand-hand-tp4629957p... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.