[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kwin] effects/cube: [effects/cubeslide] Always slide desktop window
From:       Vlad Zagorodniy <null () kde ! org>
Date:       2018-09-14 9:48:11
Message-ID: E1g0khv-0005Iz-0s () code ! kde ! org
[Download RAW message or body]

Git commit 9043c092f9ffff4076790eee7e255a39a072b3da by Vlad Zagorodniy.
Committed on 14/09/2018 at 09:46.
Pushed by vladz into branch 'master'.

[effects/cubeslide] Always slide desktop window

M  +3    -0    effects/cube/cubeslide.cpp

https://commits.kde.org/kwin/9043c092f9ffff4076790eee7e255a39a072b3da

diff --git a/effects/cube/cubeslide.cpp b/effects/cube/cubeslide.cpp
index 176bd2805..7c780ca9f 100644
--- a/effects/cube/cubeslide.cpp
+++ b/effects/cube/cubeslide.cpp
@@ -536,6 +536,9 @@ bool CubeSlideEffect::shouldAnimate(const EffectWindow*=
 w) const
         return !dontSlidePanels;
     }
     if (w->isOnAllDesktops()) {
+        if (w->isDesktop()) {
+            return true;
+        }
         if (!w->isManaged()) {
             return false;
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic