Skip to content

kcms/effects: Fix effect loading/unloading order

Vlad Zahorodnii requested to merge work/zzag/effect-model-load-unload-order into master

There are effects that are mutually exclusive, e.g. magnifier and zoom. They both use the same global shortcuts.

When switching from zoom to magnifier, the zoom effect must be unloaded first, then the magnifier effect can be loaded. Doing so in the opposite order will break global shortcuts in the magnifier effect because zooming shortcuts are still bound by the zoom effect.

BUG: 457800

Merge request reports