Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Appveyor to Qt 5.14 #7230

Merged
merged 2 commits into from
Jan 14, 2020
Merged

Update Appveyor to Qt 5.14 #7230

merged 2 commits into from
Jan 14, 2020

Conversation

Megamouse
Copy link
Contributor

Update Appveyor to Qt 5.14.
This will mainly improve high dpi settings.

NOTES

  • The environment variable QT_AUTO_SCREEN_SCALE_FACTOR was changed to QT_ENABLE_HIGHDPI_SCALING.
  • The environment variable QT_SCALE_FACTOR_ROUNDING_POLICY was added and we default to Qt::PassThrough, which means that we don't round zoom factors anymore (e.g. 150% > 100%).
    See https://doc.qt.io/qt-5/qt.html#HighDpiScaleFactorRoundingPolicy-enum

Should fix #5455
Partially handles #7204

@Megamouse Megamouse marked this pull request as ready for review January 13, 2020 21:39
@hockland
Copy link

As of this PR the emulator doesn't work for me anymore. It took some hunting to find out which specific PR does it. But now if I run the emulator, it runs and the process is running but the actual emulator / GUI never appears on screen and you have to end the process from task manager.

All PR's before this one work perfectly fine. So it definitely this one that is the cause.

@RainbowCookie32
Copy link
Contributor

RainbowCookie32 commented Jan 17, 2020

See #7243, sounds similar

@hockland
Copy link

Thanks that fixed it

@Megamouse Megamouse deleted the qt514 branch January 18, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPCS3 window scaling regression (#4908)
3 participants