Skip to content

set AA_EnableHighDpiScaling attribute early

Jonas Smedegaard requested to merge jonas/sakia:wip/fix_pyqt into dev

This avoids Qt 5.12.4 and newer spewing a warning:

Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.

Merge request reports