Commit f3fb687
committed
PICARD-3249: Fix tag name autocompletion in Edit Tag dialog
The visible_tags generator expression was exhausted by addItems(),
leaving the QCompleter with no completion candidates.
Use a list comprehension instead so the data can be consumed by both
addItems() and QCompleter.
Introduced in d765211 ("Replace TAG_NAMES dict by a generator
tag_names()").1 parent 74155ce commit f3fb687
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments