Version: (using Devel) Installed from: Compiled sources The "cover switch" effect of kwin should be displayed only on the current screen in a multi monitor setup.
same bug appears in flip switch
*** Bug 159781 has been marked as a duplicate of this bug. ***
SVN commit 798109 by graesslin: Makes CoverSwitch working with TwinView/Xinerama Settings. Switching is now only shown on the current screen and not extended to both screens. CCBUG: 159111 M +104 -29 coverswitch.cpp M +2 -0 coverswitch.h WebSVN link: http://websvn.kde.org/?view=rev&revision=798109
SVN commit 802160 by graesslin: Bring some changes from coverswitch to flipswitch (we should have a superclass for those two effects): * Physic based animation via TimeLine * Default animation 200 msec * Fade in and out panel and window caption box during start/stop animation * Switch to stop animation if alt+tab is released during start animation * TwinView/Xinerama support BUG: 159111 M +146 -40 flipswitch.cpp M +3 -1 flipswitch.h M +2 -2 flipswitch_config.cpp M +1 -1 flipswitch_config.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=802160