From 379d7827aee5a5ece24ba5c7990fbe1847b18b38 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Wed, 26 Sep 2007 13:40:38 +0000 Subject: [PATCH] * Fix for typo in AA curve commit. Thanks Stephan K for the notice! --- source/blender/src/interface_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/interface_draw.c b/source/blender/src/interface_draw.c index 5b7fb4e6248..4f1d5056111 100644 --- a/source/blender/src/interface_draw.c +++ b/source/blender/src/interface_draw.c @@ -2272,7 +2272,7 @@ static void ui_draw_but_CURVE(uiBut *but) } glEnd(); glDisable(GL_LINE_SMOOTH); - glEnable(GL_BLEND); + glDisable(GL_BLEND); /* the points, use aspect to make them visible on edges */ cmp= cuma->curve;