[squeak-dev] Re: The Trunk: Morphic-nice.683.mcz

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Tue Sep 24 14:11:54 UTC 2013


Hi Nicolas,

wouldn't be "self changed" enough to trigger a redraw of the
PluggableListMorph?

This fix is correct in the sense that #doOneCycle starts processing
events'n'stuff again, which should clearly not be intended here. However,
#displayWorldSafely forces an immediate redraw. That's why I think that it
could be sufficient to just call #changed or "fullBounds ifNil:[self
invalidRect: self outerBounds] ifNotNil:[self invalidRect: fullBounds]" to
avoid conflicts with other change-update stuff in the list morph. :)

Good luck for localizing the missing version! :)

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Trunk-Morphic-nice-683-mcz-tp4709903p4710055.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list