janderland / fql

Foundation DB Query Language
Apache License 2.0
25 stars 2 forks source link

Clean up Model.updateSize() method #177

Closed janderland closed 10 months ago

janderland commented 1 year ago

When using the lipgloss.Style objects, it appears that the value passed into the Width() method is not the same as the value returned by the GetWidth() method. I'd like to understand exactly how these setters & getters relate to each other.

janderland commented 10 months ago

Completed.