https://bugs.kde.org/show_bug.cgi?id=456129
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/discover/commit/24d3c665 |ma/discover/commit/71623684 |c733ece4cd4a0414d6b70b602e0 |d6d638481eb007e0e9ee8e54c9a |a81a6 |e0274 --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 71623684d6d638481eb007e0e9ee8e54c9ae0274 by Nate Graham. Committed on 04/07/2022 at 00:52. Pushed by ngraham into branch 'Plasma/5.25'. 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 (cherry picked from commit 24d3c665c733ece4cd4a0414d6b70b602e0a81a6) M +3 -4 discover/qml/ApplicationResourceButton.qml https://invent.kde.org/plasma/discover/commit/71623684d6d638481eb007e0e9ee8e54c9ae0274 -- You are receiving this mail because: You are watching all bug changes.