https://bugs.kde.org/show_bug.cgi?id=451482
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/0dcf909b375a0b23d2f3e85 | |34c460701c6e477f7 --- Comment #3 from Aleix Pol <aleix...@kde.org> --- Git commit 0dcf909b375a0b23d2f3e8534c460701c6e477f7 by Aleix Pol. Committed on 14/03/2022 at 14:48. Pushed by ngraham into branch 'master'. Fix Plasmoid attached property look-up on Config objects At the moment we were only keepy track of them for the applets themselves and propagating the context property. Instead, now we are storing the value in the root context and pulling it from there for every object. We are doing it too for Config files right where we are also forwarding the context property. This changes how the context property is stored by using dynamic properties in the context object instead of a global hash. This has the advantage of doing without a global vector that is getting accessed from different places. M +3 -8 src/plasmaquick/appletquickitem.cpp M +1 -0 src/plasmaquick/configview.cpp M +0 -2 src/plasmaquick/private/appletquickitem_p.h https://invent.kde.org/frameworks/plasma-framework/commit/0dcf909b375a0b23d2f3e8534c460701c6e477f7 -- You are receiving this mail because: You are watching all bug changes.