https://bugs.kde.org/show_bug.cgi?id=485734
Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO

--- Comment #7 from Nate Graham <n...@kde.org> ---
Thanks. So older hardware. That could be related, or I might be off base and
it's something else.

Can you test a patch? Find the file ClipboardItemDelegate.qml on your system
(on mine it's located at
/usr/share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardItemDelegate.qml)
and make the following changes to it:

@@ -113,7 +113,7 @@ PlasmaComponents.ItemDelegate {
         anchors.fill: label
         cached: true
         maskSource: labelMaskSource
-        visible: !!source && menuItem.ListView.isCurrentItem
+        visible: false

         TapHandler {
             enabled: !(toolButtonsLoader.item as DelegateToolButtons)?.hovered
// https://bugreports.qt.io/browse/QTBUG-108821
@@ -126,7 +126,6 @@ PlasmaComponents.ItemDelegate {
     QQC.Control {
         id: label
         height: implicitHeight
-        visible: !menuItem.ListView.isCurrentItem
         anchors {
             left: parent.left
             leftMargin: Math.ceil(Kirigami.Units.gridUnit / 2) -
menuItem.listMargins.left

Save the file, authenticate, then restart either plasmashell or the system.

If that fixes the issue, then it's a glitch in the graphical gradient effect,
and I suspect it'll end up being a Qt bug unfortunately.

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

Reply via email to