7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:29:17 +00:00

Dirty hatching from SwapShape().

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20180
This commit is contained in:
Jeff Young 2025-03-03 10:34:30 +00:00
parent bb074f73aa
commit 46378dc760

View File

@ -2036,6 +2036,8 @@ void EDA_SHAPE::SwapShape( EDA_SHAPE* aImage )
SWAPITEM( m_editState );
SWAPITEM( m_endsSwapped );
#undef SWAPITEM
m_hatchingDirty = true;
}