Skip to content

Fix incorrect save and restore window size and position on multiple different resolution screens

Lufan Zhong requested to merge lufan/kconfig:multihead-patch into master

The original method uses the resolution of each screen separately when saving, but will only use the resolution of the main screen when reading. If there are multiple screens with different resolutions, only the position on the main screen can be read.

Now use the virtual resolution of all screens.

BUG: 401042 BUG: 411274 BUG: 448339

Edited by Nate Graham

Merge request reports

Loading