Handle delete-table undo in Footprint Editor.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17689
This commit is contained in:
Jeff Young 2024-05-05 19:08:03 +01:00
parent 62d4bd7c1d
commit 89433afb47
1 changed files with 1 additions and 0 deletions

View File

@ -1053,6 +1053,7 @@ void FOOTPRINT::Remove( BOARD_ITEM* aBoardItem, REMOVE_MODE aMode )
case PCB_DIM_LEADER_T:
case PCB_SHAPE_T:
case PCB_TEXTBOX_T:
case PCB_TABLE_T:
case PCB_REFERENCE_IMAGE_T:
for( auto it = m_drawings.begin(); it != m_drawings.end(); ++it )
{