Why does button location disable button?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dkenshu

The scene has a Control at root, a Panel on the the Control. Five buttons are children of the Panel, arrayed in 2 rows.

Button 1 Button 2 Button 3
Button 4 Button5

The top 3 buttons work fine. The bottom 2 do not even highlight on hover as standard and do not execute their attached scripts when clicked.

If I move a working button down below the top row it stops working. Likewise, move a second row up and it works.

Why?

:bust_in_silhouette: Reply From: scrubswithnosleeves

You likely have a control node covering the buttons.

I suspected but it isn’t the case. If I move a working button down to where the bottom margin value is 529, it works, but if it goes to 530 or greater it doesn’t.

I got around this by reorganizing the panel completely. Thanks for your reply!

dkenshu | 2020-10-26 14:57