Commit: 12c2be8c02517261fa33a0760dc0a93680bab8ab
Author: Joshua Leung
Date:   Fri Aug 4 00:32:01 2017 +1200
Branches: blender2.8
https://developer.blender.org/rB12c2be8c02517261fa33a0760dc0a93680bab8ab

GraphEdit Drawing: Make active F-Curve slightly thicker

===================================================================

M       source/blender/editors/space_graph/graph_draw.c

===================================================================

diff --git a/source/blender/editors/space_graph/graph_draw.c 
b/source/blender/editors/space_graph/graph_draw.c
index b92c0a67a14..d917e3b85a2 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -1039,7 +1039,7 @@ void graph_draw_curves(bAnimContext *ac, SpaceIpo *sipo, 
ARegion *ar, View2DGrid
                        /* set color/drawing style for curve itself */
                        /* draw active F-Curve thicker than the rest to make it 
stand out */
                        if (fcu->flag & FCURVE_ACTIVE) {
-                               glLineWidth(2.0);
+                               glLineWidth(2.5);
                        }
                        else {
                                glLineWidth(1.0);

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to