https://bugs.kde.org/show_bug.cgi?id=456129
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.25.3 Latest Commit| |https://invent.kde.org/plas | |ma/discover/commit/24d3c665 | |c733ece4cd4a0414d6b70b602e0 | |a81a6 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 24d3c665c733ece4cd4a0414d6b70b602e0a81a6 by Nate Graham. Committed on 04/07/2022 at 00:45. Pushed by ngraham into branch 'master'. ApplicationResourceButton: switch to individual ToolTip instances We currently use a shared tooltip ostensibly to save memory, but the shared opening/closing conditions cause the tooltips to close too early when the cursor has hovered over more then one button by the time it comes to rest on a different one. To fix around this in the simplest way, let's switch to give each button a unique ToolTip instance. In testing, there is no appreciable increase in memory usage. FIXED-IN: 5.25.3 M +3 -4 discover/qml/ApplicationResourceButton.qml https://invent.kde.org/plasma/discover/commit/24d3c665c733ece4cd4a0414d6b70b602e0a81a6 -- You are receiving this mail because: You are watching all bug changes.