You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qt: Use better devicePixelRatio event to refresh scaling
With Qt 6.6, there is an event on the window that signals when the
devicePixelRatio has changed. This is better than before when we had to
rely on the underlying `QScreen`, which doesn't correctly refresh when a
fractional scale is used.
Fixesmatplotlib#30218
0 commit comments