Fixed bug introduced in the last commit.

This commit is contained in:
Maciej Suminski 2014-02-05 10:47:55 +01:00
parent d7517e472b
commit 857956e42e
1 changed files with 1 additions and 1 deletions

View File

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