ui icon indicating copy to clipboard operation
ui copied to clipboard

fix: setSize not being overridden

Open Zyie opened this issue 6 months ago • 0 comments

in pixi v8 there is the get/set size functions that allow you to set both the width and height at the same time which is a bit more optimised than setting them individually

This PR ensure that any ui element that overrides width/height also overrides get/set size to ensure it works as expected

Zyie avatar Aug 16 '24 13:08 Zyie