diff --git a/private/applethandle.cpp b/private/applethandle.cpp index afd61af6a..22e4613d8 100644 --- a/private/applethandle.cpp +++ b/private/applethandle.cpp @@ -848,7 +848,9 @@ void AppletHandle::hoverTimeout() void AppletHandle::leaveTimeout() { - startFading(FadeOut, m_entryPos); + if (!isUnderMouse()) { + startFading(FadeOut, m_entryPos); + } } void AppletHandle::appletDestroyed()