Skip to content

Commit

Permalink
Revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Dec 11, 2024
1 parent 5f90b03 commit 50c6f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/modules/boundary/layout_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def objects_2d_filter(self, enable):
if "HeightExclude2D" in new_filters:
new_filters.remove("HeightExclude2D")
if enable:
new_filters.append(enable)
new_filters.append("HeightExclude2D")
self.pcb.props["NativeComponentDefinitionProvider"]["Filters"] = new_filters

@property
Expand Down

0 comments on commit 50c6f37

Please sign in to comment.