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
This appears to by a by-product of Wayland rendering apps at 2x to display them at 1.5. The tests error due to the following mismatch:
FAIL! : QuickInspectorTest::testFetchingPreview() Compared values are not the same
Actual (img.width()) : 200
Expected (static_cast<int>(view()->width() * view()->devicePixelRatio())): 150
Loc: [/home/javier/Software/GammaRay/tests/quickinspectortest.cpp(201)]
Both values should be matching at 150 pixels, making the captured image size unreliable.
Saving the captured image to disk also shows that regardless of the captured image's resolution, rendered contents only occupy original dimensions. That could be a bug in Qt, so I will report it upstream.
The text was updated successfully, but these errors were encountered:
The following comparisons from
quickinspectortest
fail in KDE Plasma if display scaling is at 1.5 when using Wayland, but not when using X11:This appears to by a by-product of Wayland rendering apps at 2x to display them at 1.5. The tests error due to the following mismatch:
Both values should be matching at 150 pixels, making the captured image size unreliable.
Saving the captured image to disk also shows that regardless of the captured image's resolution, rendered contents only occupy original dimensions. That could be a bug in Qt, so I will report it upstream.
The text was updated successfully, but these errors were encountered: