https://bugs.kde.org/show_bug.cgi?id=382748
--- Comment #5 from Martin Flöser <mgraess...@kde.org> --- Problematic code: const QRect target = QRect(toplevel->clientPos(), toplevel->clientSize()); const QRect src = QRect(toplevel->clientPos() + toplevel->clientContentPos(), pixmap->image().size()); the image size does not match clientSize in the X11 case. -- You are receiving this mail because: You are watching all bug changes.