Hello everyone,
I'm using PluggableTextMorph and I wonder why the styler variable is not
initialized.

So maybe PluggableTextMorph >> styler should be

     styler
         "The styler responsible for highlighting text in the receiver"
         styler ifNil: [self useDefaultStyler].
         ^styler

instead of :

     styler
         "The styler responsible for highlighting text in the receiver"
         ^styler



Ben
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to