pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
17 stars 8 forks source link

Bug on token lookup in ToAnchoredWindow #103

Closed Nyan11 closed 4 months ago

Nyan11 commented 4 months ago

In ToAnchoredWindow:

"api - displaying"
popupEvent: anEvent
    " I have to set the position here "

    "..."
    self localTheme ifNil: [
        self localTheme: self element toTheme.
        self element toTheme onInstalledIn: self "Possible fix" ].
    "..."