Merge branch 'KDE/4.7'
This commit is contained in:
commit
7e3f6931e4
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ void CoverSwitchEffect::paintWindowCover(EffectWindow* w, bool reflectedWindow,
|
||||||
} else if (stop) {
|
} else if (stop) {
|
||||||
data.opacity *= 1.0 - timeLine.currentValue();
|
data.opacity *= 1.0 - timeLine.currentValue();
|
||||||
}
|
}
|
||||||
effects->paintWindow(w,
|
effects->drawWindow(w,
|
||||||
PAINT_WINDOW_TRANSFORMED,
|
PAINT_WINDOW_TRANSFORMED,
|
||||||
infiniteRegion(), data);
|
infiniteRegion(), data);
|
||||||
shader->setUniform("screenTransformation", origMatrix);
|
shader->setUniform("screenTransformation", origMatrix);
|
||||||
|
|
Loading…
Reference in a new issue