https://bugs.kde.org/show_bug.cgi?id=510197
--- Comment #3 from David Edmundson <[email protected]> --- void SlidingPopupsEffect::postPaintWindow(EffectWindow *w) { auto animationIt = m_animations.find(w); if (animationIt != m_animations.end()) { effects->addRepaint(w->expandedGeometry()); I would expect this to need to take the translation of the slide into affect. Though if it is that, I don't see why it's unique to the virtual keyboard. -- You are receiving this mail because: You are watching all bug changes.
