Assuming that you're using OpenGL... double check to make sure that you

[pascal]glDisable(GL_BLEND);[/pascal]

Either after your selected object is drawn or before every other object being drawn. Might weed out that problem on some systems.