Hi, I have three nodes, each with a popup. Signals can trigger the popups in any order. I find that even when called with popup_centered
some of the popups render behind the others.
Even if I re-order the nodes so that the popup parent node is higher or lower in the tree than the other popup parent nodes the original behaviour persists.
What are the rules for multiple exclusive popups? Is there a way to force the latest popup_centered
to appear on top?
To summarise: I would like a call to popup
to put the latest popup on top no matter what other popups are active.