Skip to content

Make sure QQuickWidget and its offscreen window's screens are always in sync

By default, the offscreen window is placed on the primary screen. However, if the parent widget argument is passed to the QQuickWidget's constructor, then QQuickWidget's and the offscreen window's screens can be different and that can create rendering issues, e.g. blurry text if the primary screen and QQuickWidget's screen have different scale factors.

Change-Id: I10c62b5635664f943b11828773f14017f198a770 Reviewed-by: David Edmundson davidedmundson@kde.org Reviewed-by: Laszlo Agocs laszlo.agocs@qt.io (cherry picked from commit a2a2734b)


this fixes an issue where system settings sidebar can be blurry if there are two monitors with different scale factors on wayland

Merge request reports