nynauy
nynauy
I also encountered this bug. I think ``` myAppWindow.MoveAndResize({x, y, w, h}); ``` should function the same as ``` myAppWindow.Move({x, y}); myAppWindow.Resize({w, h}); ``` thus ``` myAppWindow.MoveAndResize({x, y, w, h});...
I also encountered this bug. I think ``` myAppWindow.MoveAndResize({x, y, w, h}); ``` should function the same as ``` myAppWindow.Move({x, y}); myAppWindow.Resize({w, h}); ``` thus ``` myAppWindow.MoveAndResize({x, y, w, h});...
The same problem with WASDK 1.6.241106002.