2016-04-29 20:49 GMT+02:00 marcel.taeumel <Marcel.Taeumel@hpi.de>:
Hi Levente,

what do you refer to? The width for a column will be computed only once now
and then accessed only.

Best,
Marcel



Hi Marcel,

at:put: will answer the put object.
So rather than
   self at: key put: value.
   ^self at: key
you can
   ^self at: key put: value
 

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