Bug fixes.
Hey, just wonder, why there is no "depth" thing in the C3? For me just ability to get/set depth will make my life SO easier, i can't even describe how much exactly. I mean, depth is a thing in c3 for sure, and you can change it in runtime with methods like "Move to top", but why can't you set the specific number then?
Do you mean Z index? You can't set two objects to the same Z index, which makes it difficult to sort Z order by assigning Z indices. However there's the 'Sort Z order' action which can do something similar.