https://bugs.kde.org/show_bug.cgi?id=473844
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |fdcaf70e451d8338a996a2f98f9 | |ea228e1d26ab4 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit fdcaf70e451d8338a996a2f98f9ea228e1d26ab4 by Nate Graham. Committed on 29/08/2023 at 23:09. Pushed by ngraham into branch 'master'. containment/panel: fix some incorrectly ported plasmoid properties In this case, lowercase-p "plasmoid" was actually a local variable, so porting it to the uppercase version caused the variable to be ignored and instead we were referencing the data from the capital-P Plasmoid in the config poverlay--that is to say, from the panel itself. Fix this and also rename the variable for clarity. M +5 -5 containments/panel/contents/ui/ConfigOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/fdcaf70e451d8338a996a2f98f9ea228e1d26ab4 -- You are receiving this mail because: You are watching all bug changes.