--- Begin Message ---
> 
>> 
>> Hence, my question: Is lastKeystroke broken, or how is it meant to be used 
>> now?
>> 
>> Second problem: In older versions of pharo this would work:
>> 
>>      f := PasteUpMorph new openInWorld.
>>      b := EllipseMorph new.
>>      b openInWorld: f.
>> 
>> But with Pharo 3.0/4.0 the last line raises an error:
>> 
>>      MessageNotUnderstood: PasteUpMorph>>startSteppingSubmorphsOf
> 
> also broken
> another issue to open :)

Quick fix to make it work: 
just move startSteppingSubmorphsOf: from WorldMorph to PasteUpMorph.

Cheers
Alain



--- End Message ---

Reply via email to