mirror of https://github.com/KLayout/klayout.git
WIP: bug fix
This commit is contained in:
parent
f924109bcd
commit
ed7ed4158c
|
|
@ -2902,7 +2902,7 @@ CODE
|
|||
# HACK: deep regions will always clip in the constructor, so skip this
|
||||
if ! @deep
|
||||
# NOTE: NoPropertyConstraint will copy the original properties
|
||||
r.and(RBA::Region::new(box), RBA::Region::NoPropertyConstraint)
|
||||
r.and_with(RBA::Region::new(box), RBA::Region::NoPropertyConstraint)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue