Remove deleted footprints from selection.
Fixes: lp:1797001 * https://bugs.launchpad.net/kicad/+bug/1797001
This commit is contained in:
parent
ab67d2f81a
commit
a02e83ebdb
|
@ -197,6 +197,8 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a
|
|||
|
||||
case PCB_MODULE_T:
|
||||
{
|
||||
itemsToDeselect.push_back( boardItem );
|
||||
|
||||
// There are no modules inside a module yet
|
||||
wxASSERT( !m_editModules );
|
||||
|
||||
|
|
Loading…
Reference in New Issue