[bugfix] cover all possible cases (some correct components have been dropped before)
This commit is contained in:
parent
76a856aa11
commit
9632ecf41f
@ -779,7 +779,7 @@ class PickDlg(QDialog):
|
||||
trace = selectTrace(trace, '12')
|
||||
if trace:
|
||||
wfdata.append(trace)
|
||||
elif component == 'Z':
|
||||
else:
|
||||
wfdata = self.getWFData().select(component=component)
|
||||
return wfdata
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user