I have a single Component that holds a FileBrowserComponent and resize to full bounds. Rest components removed to test behaviour.
void resized() override { fileBrowser.setBounds(getBounds()); };
But it is clipped.

I have no idea what could create such behaviour.
