Browse Source
in bool shapeNeedsUpdate(), if a shape is a rectangle and the other is a polygon, we need to try to convert the polygon to a rectangle for comparison, because some transforms ( and especially PCB_SHAPE::Normalize() ) can convert a polygon to a rectangle So a poly and a rectangle can be in fact the same shape Partial fix of bug 16075.newinvert
1 changed files with 21 additions and 0 deletions
Loading…
Reference in new issue