Fix undo bug where items come back hidden.

This commit is contained in:
Jeff Young 2023-10-12 15:47:58 +01:00
parent 16d904d47e
commit cdc9c2e409
1 changed files with 1 additions and 0 deletions

View File

@ -815,6 +815,7 @@ public:
for( BOARD_ITEM* item : m_removedItems )
{
aFrame->GetCanvas()->GetView()->Hide( item, false );
aCommit->Remove( item );
}