[PcbDraw][Fixed] Adapted to the solev_filters change
This commit is contained in:
parent
06f5fc12f4
commit
39991b72bc
|
|
@ -313,7 +313,7 @@ class PcbDrawOptions(VariantOptions):
|
|||
# Empty list: means we don't filter
|
||||
self.show_components = []
|
||||
else: # A list
|
||||
self.show_components = self.solve_filters(self.show_components)
|
||||
self.show_components = self.solve_kf_filters(self.show_components)
|
||||
# Resistors remap/flip
|
||||
if isinstance(self.resistor_remap, type):
|
||||
self.resistor_remap = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue