Skip to content
Commit 53b32884 authored by Ismael Asensio's avatar Ismael Asensio
Browse files

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.

BUG: 448460
FIXED-IN: 5.24
(cherry picked from commit 8b45c204)
parent 0ef0c78a
Pipeline #126785 passed with stage
in 1 minute and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment