Skip to content

plugins/startupfeedback: Fix bouncing icon being too small on wayland

Vlad Zahorodnii requested to merge work/zzag/startup-feedback-fix-icon-size into master

We need to be careful about the target rect when painting a hidpi image onto a lodpi image.

This is the case when the startup feedback generates bouncing frames. The icon pixmap may be hidpi, while the result image has device pixel ratio 1.

Merge request reports