Commit d7517e47 authored by Maciej Suminski's avatar Maciej Suminski

Some items were still marked as selected after undoing an operation.

parent a9031edc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment