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:
Diffstat (limited to 'source/blender/editors/space_graph/space_graph.c')
-rw-r--r--source/blender/editors/space_graph/space_graph.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index 2f1f72bcf78..200523f591d 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -284,6 +284,8 @@ static void graph_main_area_draw(const bContext *C, ARegion *ar)
glVertex2fv(vec);
glEnd(); // GL_LINE_STRIP
glDisable(GL_BLEND);
+
+ glLineWidth(1.0);
}
/* current frame or vertical component of vertical component of the cursor */
@@ -306,6 +308,8 @@ static void graph_main_area_draw(const bContext *C, ARegion *ar)
glVertex2fv(vec);
glEnd(); // GL_LINE_STRIP
glDisable(GL_BLEND);
+
+ glLineWidth(1.0);
}
else {
/* current frame */