Closed guifes closed 3 years ago
That should be fixed in latest haxeui-flixel (you'll also need to grab latest haxeui-core)
The issue was actually in flixel, when you set the .visible property of a group, it goes through all its children recursively and blanket sets the .visible in all of them, so if you had a group of of groups and set one of the child groups .visible=false and then set the top level group to visible=true it will set all the .visible properties of everything to true...
All images from both inner tabs will appear overlapped.
Project to reproduce: HaxeuiDebug2.zip