Skip to content

Fix problems when resizing `Component`s/`Container`s

This is just a quick fix. I don't really understand the class system so this might have unintended consequences.

Should I do self.super:setWidth( width ) or self.width = width?

Merge request reports