It appears on Windows a visible fullscreen QWidget does not update its geometry when the display mode changes, so in this situation we'll briefly switch it to normal show mode and then back to fullscreen mode.
Todo: Check if this approach works on OS X as well.
Win32: Tweaked widget sizing after mode switches
It appears on Windows a visible fullscreen QWidget does not update its geometry
when the display mode changes, so in this situation we'll briefly switch it to
normal show mode and then back to fullscreen mode.
Todo: Check if this approach works on OS X as well.