https://bugs.kde.org/show_bug.cgi?id=497506
Niccolò Venerandi <nicc...@venerandi.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |4493b07d295d45700845baf4d55 |d33654b7516fe7b61691412a5a6 |c773e6b3cdc01 |cffb991dd214e --- Comment #3 from Niccolò Venerandi <nicc...@venerandi.com> --- Git commit d33654b7516fe7b61691412a5a6cffb991dd214e by Niccolò Venerandi. Committed on 10/02/2025 at 13:34. Pushed by niccolove into branch 'Plasma/6.3'. 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. (cherry picked from commit 4493b07d295d45700845baf4d55c773e6b3cdc01) Co-authored-by: Niccolò Venerandi <nicc...@venerandi.com> 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/d33654b7516fe7b61691412a5a6cffb991dd214e -- You are receiving this mail because: You are watching all bug changes.