From cc53431804a26330ba8b6850de40d0e306617f3f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 20 Jul 2024 15:01:34 -0400 Subject: [PATCH] Show cursor when the cat is gone --- src/catpaw.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {