Some items were still marked as selected after undoing an operation.
This commit is contained in:
parent
a9031edc0d
commit
d7517e472b
|
@ -537,6 +537,7 @@ void PCB_EDIT_FRAME::PutDataInPreviousState( PICKED_ITEMS_LIST* aList, bool aRed
|
|||
}
|
||||
ratsnest->Add( item );
|
||||
|
||||
item->ClearSelected(); // TODO or ClearFlags?
|
||||
item->ViewUpdate( KIGFX::VIEW_ITEM::LAYERS );
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue