BUG: StatusBar doesn't support font changing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

BUG: StatusBar doesn't support font changing

Dmitry Zamotkin-3
To fix it I've modified

StatusBar>>onFullyCreated
    super onFullyCreated.
    self setRightEdges.

    "-------inserted------"
    self fontChanged.
    "---------------------"

    parts do: [:part | part parentView: self. self setText: part].

--
Dmitry Zamotkin