CabbageRack
CabbageRack copied to clipboard
`groupbox` widget does not render in Rack
When creating a Rack module with an SVG image
widget, the image does not seem to render:
Steps to reproduce
- create a new Rack module project
- add an
groupbox
widget - export the plugin
- load it in Rack
This also has to do with default values not being assigned. If you add a colour() identifier it will show. For example:
groupbox bounds(10, 10, 90, 70), colour(130, 130, 130), text("Filter") fontColour(255,255,255,255)
So it looks like some default values are not being assigned for all widgets. I'll take a look.