https://bugs.kde.org/show_bug.cgi?id=416048
--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Does someone want to test: diff --git a/effects/morphingpopups/package/contents/code/morphingpopups.js b/effects/morphingpopups/package/contents/code/morphingpopups.js index 838964f6e..f862af948 100644 --- a/effects/morphingpopups/package/contents/code/morphingpopups.js +++ b/effects/morphingpopups/package/contents/code/morphingpopups.js @@ -115,7 +115,7 @@ var morphingEffect = { couldRetarget = retarget(window.fadeAnimation[0], 1.0, morphingEffect.duration); } - if (!couldRetarget) { + if (true) { window.fadeAnimation = animate({ window: window, duration: morphingEffect.duration, you should be able to mod morphingpopups.js within your installation without needing to rebuild kwin -- You are receiving this mail because: You are watching all bug changes.