Skip to content

Commit

Permalink
find the default location with bended coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Jul 9, 2024
1 parent da24c0b commit 0aa331c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def makeMasterOnDefaultLocation(self):
create default location
which is on the crossing of all axis
"""
defaultLocation = self.operator.newDefaultLocation()
defaultLocation = self.operator.newDefaultLocation(bend=True)
# compare default location with locations all of sources
for sourceDescriptor in self.operator.sources:
if defaultLocation == sourceDescriptor.location:
Expand Down

0 comments on commit 0aa331c

Please sign in to comment.