https://bugs.kde.org/show_bug.cgi?id=451489

Ismael Asensio <isma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|plasma-b...@kde.org         |cf...@kde.org
                 CC|                            |kdelibs-b...@kde.org
          Component|sidebarview                 |general
            Version|master                      |5.92.0
            Product|systemsettings              |frameworks-kwidgetsaddons

--- Comment #4 from Ismael Asensio <isma...@gmail.com> ---
What I am experiencing is that the tooltip only casts a shadow on its first
appearance on an app, but the shadow is no longer there on succesive
appearances. That is, for the first KCM that gets hovered, there it the shadow
but there is none after that. 

I can also reproduce this with Dolphin tooltips (if enabled).

So I don't think it is something specific to any KCM or even SystemSettings,
but an issue with KTooltipWidget on Wayland (haven't tested yet on X).

>From what the code there suggests, not having a shadow might be even intended,
but removing that flag doesn't seem to change the behavior:
    q->setWindowFlags(Qt::ToolTip | Qt::FramelessWindowHint |
Qt::NoDropShadowWindowHint);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to