My Components and custom LookAndFeel use Lua to ease GUI design. My Lua wrapper is a ChangeBroadcaster that components can listen to in order to repaint when my Lua scripts change. My problem is with the resized() callback. As I also determine children components geometry with Lua, I’d need a way to force the resized() callback to be called. From my changeListenerCallback, if I just call setSize (getWidth(), getHeight()), it doesn’t work because JUCE checks if bounds have actually changed.
Any advice?
Thanks in advance. Also, greetings to the team and forum users. Hope everyone is safe.

