https://bugs.kde.org/show_bug.cgi?id=481461
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/4a | |0bc5a89725407e800ce44c662e2 | |1e7f4a35d4f Resolution|--- |FIXED Version Fixed In| |6.3 --- Comment #13 from Nate Graham <n...@kde.org> --- Git commit 4a0bc5a89725407e800ce44c662e21e7f4a35d4f by Nate Graham. Committed on 21/05/2024 at 19:36. Pushed by ngraham into branch 'master'. Card: emit toggled() when the user clicks on the header checkbox Checkable cards display a checkbox in the header. When clicked, they emit toggled() which gets bubbled up to the card. However the card doesn't emit the toggled() signal itself, instead only setting the value of its "checked" property. As a result, anything that's listening to the card for a toggled() signal will not get one. Such as, for example, the screen chooser portal code. Fix this by emitting the signal. FIXED-IN: 6.3 M +1 -0 src/controls/Card.qml https://invent.kde.org/frameworks/kirigami/-/commit/4a0bc5a89725407e800ce44c662e21e7f4a35d4f -- You are receiving this mail because: You are watching all bug changes.