@Arthur is tearing visible on a screenshot? I never noticed it myself.
I had similar issue on linux when STK was using wrong width and height value. For example:
- We open window in windowed mode, then request changing to fullscreen, and then read current width and height. But sometimes the window was still in windowed mode, and we read for example 1916x1050 instead of fullscreen 1920x1080.
- We request the window in windowed mode with size 1920x1080. Then we use width 1920 and height 1080, but window manager detects that the window is larger than screen area and resizes it to 1916x1050.
But I can't really check it because OSX on Virtualbox works like a turtle
