https://bugs.kde.org/show_bug.cgi?id=497506
Niccolò Venerandi <nicc...@venerandi.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |4493b07d295d45700845baf4d55 | |c773e6b3cdc01 Status|ASSIGNED |RESOLVED --- Comment #2 from Niccolò Venerandi <nicc...@venerandi.com> --- Git commit 4493b07d295d45700845baf4d55c773e6b3cdc01 by Niccolò Venerandi. Committed on 10/02/2025 at 13:33. Pushed by niccolove into branch 'master'. Treat StackingOrder as int instead of list The StackingOrder is a int; trying to convert it into a QList resulted in an always-empty list, which then gave us 0 as the stacking order of any window. M +2 -2 applets/pager/pagermodel.cpp M +1 -1 applets/pager/pagermodel.h M +1 -1 applets/pager/windowmodel.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/4493b07d295d45700845baf4d55c773e6b3cdc01 -- You are receiving this mail because: You are watching all bug changes.