Fix typo in recent group commit fix.

Fixes https://gitlab.com/kicad/code/kicad/issues/6247
This commit is contained in:
Jeff Young 2020-10-31 22:23:52 +00:00
parent a0060086b0
commit 8bfde9db6c
1 changed files with 1 additions and 1 deletions

View File

@ -1367,7 +1367,7 @@ int EDIT_TOOL::Remove( const TOOL_EVENT& aEvent )
}
else
{
m_commit->Remove( item );
m_commit->Remove( bItem );
}
};