Application always starts minimized or behind all other windows

Hi,

I’ve completed an editor app for a synth - it’s all working perfectly but one detail I’ve noticed is the application always starts minimized - either by appearing behind all the other running apps/windows or minimized into the tray. Seems the app has an inferiority complex! I’ve searched and not found a solution to this so any pointers would be appreciated. So far I’ve only done a Windows (10) build so I’m not sure if it is Windows specific.

Best regards
Manuel Caballero
Exodus Digital

That’s probably this problem → Some JUCE apps don’t get keyboard focus on start-up.

Thanks @roeland-2 for super fast response, I just rebuilt and that fixed it !