From 6f5b3fbe40535a366e2e9372423eed4ad3f24d28 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Fri, 28 Sep 2018 22:58:01 +0300 Subject: [PATCH] [effects/slidingpopups] Do not add full window repaint in windowDeleted slot Summary: Full window repaints issued by the Sliding Popups effect can hide bugs in other effects that animate the disappearing of windows (e.g. Scale). Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D15822 --- effects/slidingpopups/slidingpopups.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/effects/slidingpopups/slidingpopups.cpp b/effects/slidingpopups/slidingpopups.cpp index a104a5c5a9..53c8e565a4 100644 --- a/effects/slidingpopups/slidingpopups.cpp +++ b/effects/slidingpopups/slidingpopups.cpp @@ -201,7 +201,6 @@ void SlidingPopupsEffect::slotWindowDeleted(EffectWindow *w) { m_animations.remove(w); m_animationsData.remove(w); - effects->addRepaint(w->expandedGeometry()); } void SlidingPopupsEffect::slotPropertyNotify(EffectWindow *w, long atom)