How to Navigate components in Introjucer

Help!  I have 2 buttons that occupy the same space in my gui and I can only select the one underneath by moving the top one.  There must be a key that will step between components, but I am unable to find it.

I'm not sure there is.  You can try and "Send to back" the button you pick (Ctrl+B on Windows) then re-picking should pick the other.

 

For my gadgets that occupy the same space I position them programatically in the resized() function of their container so they don't cause hassles in the IntroJucer.  You can always read the position of the first and apply it to the second.

I should have thought of that myself!