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

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/drkonqi/commit/b21006b77
                   |                            |635cdfceaacf6ff322f5f725d70
                   |                            |f99b

--- Comment #3 from Harald Sitter <sit...@kde.org> ---
Git commit b21006b77635cdfceaacf6ff322f5f725d70f99b by Harald Sitter.
Committed on 03/11/2020 at 10:22.
Pushed by mlaurent into branch 'master'.

fix buttongroup state toggles

this was recently changed on the BugAwarenessPage and broke state
tracking as idPressed is emitted when pressing down, before the group
state actually switches. the yes/no group on that page was effectively
inverted as updateCheckBoxes was called before the property update and
thus when the user clicked Yes the internal state in the slot was still
No and vice versa.

the duplicates dialog similarly was wrong but it's much harder to
stumble over since the relevant UI elements are only visible when trying
to mark a bug duplicate to a closed bug or a "common" bug

use the idClicked signal instead, it's what the code originally used (as
the now deprecated buttonClicked)

M  +2    -2    src/bugzillaintegration/reportassistantpages_base.cpp
M  +2    -2   
src/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp

https://invent.kde.org/plasma/drkonqi/commit/b21006b77635cdfceaacf6ff322f5f725d70f99b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to