Stuff that only matters when they are super outdated:
- Device: iPhone 6 & iPad Air 2 things
- iOS 12.0.3 // 11.3.1
Steps to reproduce problem
- Set Z Index
- Create a clone of any object
The clone’s Z index is still zero (I used set text to see if it adopted the original object’s, but it did not), but it appears in front of the original object which has a Z index of 13 or something like that. The original penguin should remain in front.
Furthermore…
- Running Set Z Index to (self Z index – or the same number) does nothing to refresh it.
- It only refreshes when you set the Z-index to a different integer.
It’s really not ideal trying to work on a giant project and having small things like refreshing Z index take up frame rate.
One sentence description: Either all objects should refresh Z index when a clone is made (not ideal) or the new clone properly sets itself under the original (ideal).
It’s almost as if you ran a “bring to front” every time a clone was made, and I don’t want that to happen