mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Swap courtyards when flipping footprint.
This commit is contained in:
parent
ba63ac801a
commit
0337c42d25
@ -1414,6 +1414,8 @@ void FOOTPRINT::Flip( const wxPoint& aCentre, bool aFlipLeftRight )
|
||||
UpdateBoundingHull();
|
||||
else
|
||||
m_hull.Mirror( aFlipLeftRight, !aFlipLeftRight, m_pos );
|
||||
|
||||
std::swap( m_poly_courtyard_front, m_poly_courtyard_back );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user