https://bugs.kde.org/show_bug.cgi?id=390835
Seoras Macdonald <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Seoras Macdonald <[email protected]> --- Created attachment 111873 --> https://bugs.kde.org/attachment.cgi?id=111873&action=edit Fix for blurriness/distortion I've got a fix for the blurriness/distortion part of the bug, but not for the incorrect size. I've introduced an m_oldPixmap variable which stays constant over calls to resizeEvent, and m_pixmap is now set to a scaled version of this, rather than a scaled version of itself (which seemed to be the cause of the distortion.) I'll post the patch for review on phabricator. -- You are receiving this mail because: You are watching all bug changes.
