I confirm this issue using a vanilla Pharo 3.

PluggableTextFieldMorph new openInWindow

If you comment last line here it works

PluggableTextFieldMorph>>initialize

    textMorphClass := TextMorphForFieldView.
    super initialize.
"    self beDecrypted"

which makes me think. Why #beDecrypted? Are text morphs encrypted by
default?
If not we are wasting cycles there. To me it sounds like you should decrypt
when something was encrypted, not just in case.

However that does not resolve the issue with TextInputFieldModel.




2014-02-16 10:55 GMT-03:00 kmo <vox...@gmail.com>:

> When I create an interface in Spec with TextModel or TextInputFieldModel,
> the
> font-size is tiny. Same behaviour in both Windows and Linux. Is this a bug
> or have I missed something important?
>
> <http://forum.world.st/file/n4744094/SmallFont.png>
>
>
>
>
>
> --
> View this message in context:
> http://forum.world.st/TextModel-and-TextInputFieldModel-font-size-bug-tp4744094.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>

Reply via email to