Jan. 25, 2012
4:25 p.m.
no, I think it wont change the behavior, the change would just fix a bad style of coding. Fernando On Wed, Jan 25, 2012 at 3:47 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
does it solve some redraw problems we experienced?
Stef
On Jan 25, 2012, at 3:32 PM, Fernando Olivero wrote:
Found a really bad looking code here...
DamageRecorder class>>new    ^ super new reset
Should be: Delete: DamageRecorder class>>new. DamageRecorder>>initialize    super initialize.    self reset.
Right? Fernando