https://bugs.kde.org/show_bug.cgi?id=524340
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/systemsettings/-/commit/ | |c26d1b64bd853e765f18b204547 | |52b0e8d3f6274 Status|REPORTED |RESOLVED Version| |6.6.7 Fixed/Implemented| | In| | --- Comment #1 from Nate Graham <[email protected]> --- Git commit c26d1b64bd853e765f18b20454752b0e8d3f6274 by Nate Graham, on behalf of Mradul Pal. Committed on 17/08/2026 at 21:37. Pushed by ngraham into branch 'master'. Fix loadModule not resetting subCategoryModel parent for modules w/o a submenu Loading a top-level module with no children via loadModule() (when we use systemsettings kcm_user it calls loadModule()) left subCategoryModel's parent index unchanged. Reopening the previously active category then passed setParentIndex() the same index as before, causing no model reset, no onCountChanged in SidebarMode.qml, and the submenu page never being re-pushed onto pageStack. Fix by clearing subCategoryModel's parent index when loading a module with no children. The attached video shows before and after scenes. Related: bug 514006 FIXED-IN: 6.6.7 M +1 -0 app/SidebarMode.cpp https://invent.kde.org/plasma/systemsettings/-/commit/c26d1b64bd853e765f18b20454752b0e8d3f6274 -- You are receiving this mail because: You are watching all bug changes.
