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

This commit is contained in:
Maciej Suminski 2014-02-05 10:30:50 +01:00
parent a9031edc0d
commit d7517e472b
1 changed files with 1 additions and 0 deletions

View File

@ -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;