Home GnuPG

Announce current item when lists get focus

Description

Announce current item when lists get focus

QTreeWidget does not send an accessible focus event for the current item
when the widget gets focus. Therefore, we force QTreeWidget to send such
an event by unsetting and re-setting the current item when the widget
gets focus.

Details