You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS if you call SetPosition then SetSize on a window back to back, the window will not be placed where you wanted it to be. Instead it will be off by the difference between the old height and the new height. This (i think) is because SetFrameTopLeftPoint_ has an implicit dependency on the frame's height, which maybe doesn't get updated until the next frame? Not exactly sure
Steps to repro:
Create a window with some size (e.g. 200x200), then call:
On MacOS if you call
SetPosition
thenSetSize
on a window back to back, the window will not be placed where you wanted it to be. Instead it will be off by the difference between the old height and the new height. This (i think) is becauseSetFrameTopLeftPoint_
has an implicit dependency on the frame's height, which maybe doesn't get updated until the next frame? Not exactly sureSteps to repro:
Create a window with some size (e.g. 200x200), then call:
Notice that the window is not at 80, 80 in screen space (where the top-left is 0,0 of the screen)
See more details in #61
The text was updated successfully, but these errors were encountered: