Added by Henry Morgan over 5 years ago
Hello
I'm trying to use WTextArea inside layer but widget doesn't generate size change events and doesn't redraw to the parent elements. Chat client example doesn't work as well. WTextArea works fine inside layer-less container. What's wrong?
Regards
getParent().hide();
getParent().show();
fixes the problem when i hanged on mouseDragged event. But i suppose it's not right.