Button dead zone

Probably a stupid question but…
How can I make the whole button area working? (TextButton)

Right now (from the box) it leaves about 25% deadzone below, where it doesn’t react on mouse moving or clicking.

That’s not how it usually behaves… could this dead zone be occluded by a transparent component on top of your button?
Usually the last added is the topmost. For a quick check you can call toFront() on your button at the end of your constructor.

1 Like

stupid me. of course it was another component!

Thank you!