Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 857 by benjamin...@gmail.com: ROCircle strange MNU #extent: http://code.google.com/p/moose-technology/issues/detail?id=857
With ConfigurationOfRoassal.667 just loaded, my project application popped up a 'MNU: receiver of "extent:" is nil, but as you can see in the attached screen snapshot, which has the default debugger highlighting showing the current executiong, the receiver is the ivar 'next' which is actually _not_ nil, but an instance of RONullShape. Strange...
As a test case, executing the following in Rossal Easel caused the same MNU. ========= rawView add: (ROElement on: 1) + ROCircle. =========
Fixed it with: Compiler recompileAll. This actually has happened to me a few times in past couple of weeks.
(Note actually the example code gives a really tiny circle and #spriteOn: would have been better than #on:)
Attachments: ROCircle-MNU-extent.png 34.6 KB