Index: source/blender/editors/space_graph/space_graph.c |
=================================================================== |
--- source/blender/editors/space_graph/space_graph.c (revision 42008) |
+++ source/blender/editors/space_graph/space_graph.c (working copy) |
@@ -230,7 +230,7 @@ |
/* clear and setup matrix */ |
UI_GetThemeColor3fv(TH_BACK, col); |
- glClearColor(col[0], col[1], col[2], 0.0); |
+ glClearColor(col[0], col[1], col[2], 1.0); |
glClear(GL_COLOR_BUFFER_BIT); |
UI_view2d_view_ortho(v2d); |
@@ -325,7 +325,7 @@ |
/* clear and setup matrix */ |
UI_GetThemeColor3fv(TH_BACK, col); |
- glClearColor(col[0], col[1], col[2], 0.0); |
+ glClearColor(col[0], col[1], col[2], 1.0); |
glClear(GL_COLOR_BUFFER_BIT); |
UI_view2d_view_ortho(v2d); |