reset desktopChangedWhileRotating on activation
BUG: 331148 FIXED-IN: 4.11.7 REVIEW: 115942
This commit is contained in:
parent
aecd5af0b4
commit
2501be4465
1 changed files with 1 additions and 0 deletions
|
@ -1922,6 +1922,7 @@ void CubeEffect::setActive(bool active)
|
||||||
verticalRotating = false;
|
verticalRotating = false;
|
||||||
manualAngle = 0.0;
|
manualAngle = 0.0;
|
||||||
manualVerticalAngle = 0.0;
|
manualVerticalAngle = 0.0;
|
||||||
|
desktopChangedWhileRotating = false;
|
||||||
if (reflection) {
|
if (reflection) {
|
||||||
QRect rect = effects->clientArea(FullArea, activeScreen, effects->currentDesktop());
|
QRect rect = effects->clientArea(FullArea, activeScreen, effects->currentDesktop());
|
||||||
#ifndef KWIN_HAVE_OPENGLES
|
#ifndef KWIN_HAVE_OPENGLES
|
||||||
|
|
Loading…
Reference in a new issue