From 1c32356b4f7839ef7f7ccace8e0c613d34c92ab5 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 16 Feb 2011 12:00:53 +0000 Subject: [PATCH] Marker Drawing Bugfix: Removed superfluous blend-mode change which was causing some weird white lines to appear, especially when using some markers that don't have any names. --- source/blender/editors/animation/anim_markers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c index 75d25f7af37..4b5d11962b2 100644 --- a/source/blender/editors/animation/anim_markers.c +++ b/source/blender/editors/animation/anim_markers.c @@ -341,7 +341,6 @@ static void draw_marker(View2D *v2d, TimeMarker *marker, int cfra, int flag) UI_icon_draw(xpos*xscale-5.0f, 16.0f, icon_id); - glBlendFunc(GL_ONE, GL_ZERO); glDisable(GL_BLEND); /* and the marker name too, shifted slightly to the top-right */