Fix typo in recent group commit fix.
Fixes https://gitlab.com/kicad/code/kicad/issues/6247
This commit is contained in:
parent
a0060086b0
commit
8bfde9db6c
|
@ -1367,7 +1367,7 @@ int EDIT_TOOL::Remove( const TOOL_EVENT& aEvent )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_commit->Remove( item );
|
||||
m_commit->Remove( bItem );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue