mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] fixed update of MultipleInputPanel after alg is run
Fixes #20670
This commit is contained in:
parent
3a66b92522
commit
e546129f5c
@ -83,7 +83,7 @@ class MultipleInputPanel(BASE, WIDGET):
|
||||
selectedoptions = []
|
||||
selected = [self.options[i] if isinstance(i, int) else i for i in self.selectedoptions]
|
||||
for sel in selected:
|
||||
if isinstance(sel, int):
|
||||
if not isinstance(sel, int):
|
||||
try:
|
||||
idx = options.index(sel)
|
||||
selectedoptions.append(idx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user