Greetings,
The following implement #initWithContents:font:emphasis: identically:
MinimalStringMorph
OneLineEditorMorph
StringMorph
and they all inherit from:
Morph
RectangleLikeMorph
So, refactoring seems to be in order, maybe by pulling #initWithContents:font:emphasis: up
into Morph. What do you think?
- Dan