https://bugs.kde.org/show_bug.cgi?id=498551
Allen Winter <win...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/pim/ | |akonadi/-/commit/9305dcf7fc | |bde4accf11fd78be95077144ac4 | |355 --- Comment #2 from Allen Winter <win...@kde.org> --- Git commit 9305dcf7fcbde4accf11fd78be95077144ac4355 by Allen Winter. Committed on 11/03/2025 at 11:39. Pushed by winterz into branch 'master'. collectioncombobox.cpp - add a connect to deal with the combobox changes Don't ignore the combobox signal indicating that the selection index has changed. We'll emit the currentChanged signal in that event. Then users of this widget can connect to that currentChanged signal and do something useful. Specifically in the case of the incidenceeditor dialog, we can enable/disable the Apply button. M +3 -0 src/widgets/collectioncombobox.cpp https://invent.kde.org/pim/akonadi/-/commit/9305dcf7fcbde4accf11fd78be95077144ac4355 -- You are receiving this mail because: You are the assignee for the bug.