Custom Container setTouchable not working
I build a custom Numpad Container. Iam setting it Visible when a textarea is clicked. And it is the top layer on the Screen. Trying to set other containers on a lower layer not touchable is not working.
I can still click the slide menu button und some other buttons on my Background container.
Is it a bug?
scrollableContainer.setTouchable(false);
slideMenuContainer.setTouchable(false);
backGroundContainer.setTouchable(false);
