April 30, 2014
2:53 p.m.
try using 'self font:'? MorphicTextAdaptor supports this protocol. On 30 April 2014 15:19, Stephan Eggermont <stephan@stack.nl> wrote:
I can set the font in MorphicTextInputFieldAdapter
adapt: aModel
super adapt: aModel. aModel whenBuiltDo: [ :w | w widget color: Color white. w widget widget textMorph setTextStyle: TextStyle default ]
but then still have the wrong cursor size and position.
Stephan
-- Best regards, Igor Stasenko.