--- Begin Message ---
I’ve opened an issue.
15242 <https://pharo.fogbugz.com/default.asp?15242>
Cheers
Alain
> Le 28 mars 2015 à 12:43, Hilaire <hila...@drgeo.eu> a écrit :
>
> Hi Alain,
>
> Modifying inputWidget method as follow will be fine for me:
>
> inputWidget
> "return the default widget for the input a the setting"
> ../..
> inputWidget
> ifNotNil: [(inputWidget respondsTo: #model:)
> ifTrue: [inputWidget model ifNil: [inputWidget model: self]]].
> ../..
>
>
> However I don't know the consequences at the larger Settings browser use
> cases.
>
> Thanks
>
> Hilaire
>
> --
> Dr. Geo - http://drgeo.eu
> iStoa - http://istoa.drgeo.eu
>
>
>
--- End Message ---