Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2007-09-26 17:40:38 +0400
committerMatt Ebb <matt@mke3.net>2007-09-26 17:40:38 +0400
commit379d7827aee5a5ece24ba5c7990fbe1847b18b38 (patch)
tree417c4cb6e6675010eba31b12cffc0966313d1dcc /source/blender/src/interface_draw.c
parent7d7fcdc033b0169356922c4f5f047ee81a680196 (diff)
* Fix for typo in AA curve commit. Thanks Stephan K for the notice!
Diffstat (limited to 'source/blender/src/interface_draw.c')
-rw-r--r--source/blender/src/interface_draw.c2
1 files changed, 1 insertions, 1 deletions
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;