Touchgfx::BoxWithBorder constructor
Hi,
I don't get why I can't set the border thickness/color directly when creating the BoxWithBorder object.
_boxWithBorder3(50, 50, touchgfx::Color::getColorFrom24BitRGB(150, 150, 250), touchgfx::Color::getColorFrom24BitRGB(0, 0, 0), 5,50)Indeed, it doesn't work and draw a box without a border! All the other params work, hence I can change its size, background color, transparency, but impossible to get it to be drawn with a border! Calling the setBorderSize function after the object has been created works just fine. An idea?
Thanks.