In particular a one-liner fixing
https://bugs.kde.org/show_bug.cgi?id=308201

(it's attached)

In case, what's the correct precedure for this.
(Otherwise it'll just have to wait for 4.10.4 - bad luck on timing)

Cheers,
Thomas
diff --git a/kwin/effects.cpp b/kwin/effects.cpp
index f99f1a1..112c814 100644
--- a/kwin/effects.cpp
+++ b/kwin/effects.cpp
@@ -1402,6 +1402,7 @@ void EffectsHandlerImpl::reloadEffect(Effect *effect)
 void EffectsHandlerImpl::effectsChanged()
 {
     loaded_effects.clear();
+    m_activeEffects.clear(); // it's possible to have a reconfigure and a quad rebuild between two paint cycles - bug #308201
 //    kDebug(1212) << "Recreating effects' list:";
     foreach (const EffectPair & effect, effect_order) {
 //        kDebug(1212) << effect.first;
_______________________________________________
release-team mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to