Is there an easy way to scale a layer that has its layer scale set to 0?
For example, I'm changing the canvas size & layout scale to handle different resolutions in a window for performance reasons. This value is set at runtime, so it needs to be able to change. If all layers in a layout have scale rate set to 100, things behave as expected.
I can understand why scaling the full layout may confuse the layer a little bit as to what to do since its scale rate is set to 0, but if I'm manually scaling a layer, I'm kind of expecting it to scale. However, I don't seem to be able to alter the size of layers using either layout scale or layer scale if the scale rate is set to 0. I'd think that if I were setting the scale manually, it wouldn't matter what the scale rate is set to, but before I report it as any kind of issue I'd be curious if to hear if anyone has run into this issue and found a good way to solve it (or maybe I'm doing something wrong).
Any insight would be appreciated. Thanks!
cc Ashley