diff --git a/src/catpaw.cpp b/src/catpaw.cpp index 4016277..0e47b85 100644 --- a/src/catpaw.cpp +++ b/src/catpaw.cpp @@ -25,7 +25,10 @@ CatPawEffect::CatPawEffect() connect(effects, &EffectsHandler::mouseChanged, this, &CatPawEffect::slotMouseChanged); } -CatPawEffect::~CatPawEffect() = default; +CatPawEffect::~CatPawEffect() +{ + effects->showCursor(); +} void CatPawEffect::reconfigure(ReconfigureFlags) {