[korganizer] [Bug 347045] Sunday is always automatically selected once weekly recurrence drop down is clicked

Volker Krause bugzilla_noreply at kde.org
Sun Jul 9 08:24:14 BST 2023


https://bugs.kde.org/show_bug.cgi?id=347045

Volker Krause <vkrause at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/pim/
                   |                            |libkdepim/-/commit/bda4e47a
                   |                            |7872769abbdfb82464585d379be
                   |                            |34fb0

--- Comment #10 from Volker Krause <vkrause at kde.org> ---
Git commit bda4e47a7872769abbdfb82464585d379be34fb0 by Volker Krause, on behalf
of Thomas Karpiniec.
Committed on 09/07/2023 at 07:20.
Pushed by vkrause into branch 'master'.

Avoid spurious checkcombobox toggle where indexes don't match

When clicking on a KCheckComboBox that has an item already selected,
QComboBox will fire activated (via _q_editingFinished). When this
popup is opening for the first time the currentIndex of the combo
box is correct but the view's current index is still row 0. This
leads to spuriously toggling the first item in the list.

Since this activation from QComboBox happens programatically, care
must also be taken not to process this event for a disabled item.

M  +3    -2    src/widgets/kcheckcombobox.cpp

https://invent.kde.org/pim/libkdepim/-/commit/bda4e47a7872769abbdfb82464585d379be34fb0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list