mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 17:13:57 +00:00
24c80a42466605ee2e81db6596d8bc9bdaceb043
Calling setCurrentIndex from currentChanged causes an infinite loop, breaking the UI. But without that line, there are other very strange effects: see PICARD-248. The only thing that currentChanged was added for was to make sure the next item is selected after something is removed, so that keyboard navigation is easier. This implements a new workaround for that without using currentChanged.
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%