You’re welcome. Have you tried it with null?
width: mwSystem.width == null? 1 : mwSystem.width
height: mwSystem.height == null ? 1 : mwSystem.width
Okay, im glad that you found a solution.
↧