GraphEdit Drawing: Make active F-Curve slightly thicker

This commit is contained in:
2017-08-04 00:32:01 +12:00
parent 572745cc89
commit 12c2be8c02

View File

@@ -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);