Fixed bug introduced in the last commit.
This commit is contained in:
parent
d7517e472b
commit
857956e42e
|
@ -537,7 +537,7 @@ void PCB_EDIT_FRAME::PutDataInPreviousState( PICKED_ITEMS_LIST* aList, bool aRed
|
|||
}
|
||||
ratsnest->Add( item );
|
||||
|
||||
item->ClearSelected(); // TODO or ClearFlags?
|
||||
item->ClearFlags( SELECTED );
|
||||
item->ViewUpdate( KIGFX::VIEW_ITEM::LAYERS );
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue