Comment #4 on issue 3482 by stephane...@gmail.com: InterimSoundMorph references to SketchMorph
http://code.google.com/p/pharo/issues/detail?id=3482

I'm working on it


InterimSoundMorph>>addGraphic

        graphic := self speakerGraphic asMorph.
        graphic position: bounds center - (graphic extent // 2).
        self addMorph: graphic.

solves a part of the problem.
I'm checking for the rest



Reply via email to