It looks like HFlowContainer ignores repeated set_size(). At least it doesn’t update minimum_size.

I had more “static” code preciously where I set the size through set_size() but only once and it worked.

How can I update *FlowContainer’s minimum_size and force it to redraw or whatever it might need?