Hi,
I have multiples UI prefabs that I keep saved as disabled (to avoid the logic to run when I pooling them)
I used to use AdjustDepth with custom values that all the widgets where properly updated.
Now, since you've added at NGUITools.cs:589
if (w.panel != panel) continue;
Not all widgets are getting updated.
Why wouldn't some widget panel be set and not others ?