Comment 1 for bug 1422523

Revision history for this message
Olivier Tilloy (osomon) wrote :

Just confirmed my suspicion by printing the app’s main view globalRect property before it goes fullscreen and after:

  - before: Rectangle(0, 41, 540, 919)
  - after: Rectangle(0, 41, 540, 960)

It appears the height is correctly updated, but not the y coordinate.