https://bugs.kde.org/show_bug.cgi?id=448460
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/discover/commit/8b45c204 |ma/discover/commit/53b32884 |2ef2518e28c6e98f0472af578d9 |2032c4d159f34fa330ad4f6914f |55ce7 |d95a6 --- Comment #25 from Ismael Asensio <isma...@gmail.com> --- Git commit 53b328842032c4d159f34fa330ad4f6914fd95a6 by Ismael Asensio. Committed on 21/01/2022 at 18:36. Pushed by iasensio into branch 'Plasma/5.24'. NavigationTabBar: Avoid loop on actions in tab group The actions in Kirigami.NavigationTabBar are bounded by an exclusive button group, which on start-up competes with the binding on the `checked` property within those actions. This results in an endless loop of alternating states, and eventually a crash when the QV4 heap saturates. Setting this group as non-exclusive fixes the issue. FIXED-IN: 5.24 (cherry picked from commit 8b45c2042ef2518e28c6e98f0472af578d955ce7) M +4 -0 discover/qml/DiscoverWindow.qml https://invent.kde.org/plasma/discover/commit/53b328842032c4d159f34fa330ad4f6914fd95a6 -- You are receiving this mail because: You are watching all bug changes.