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:
authorJoshua Leung <aligorith@gmail.com>2017-08-03 15:32:34 +0300
committerJoshua Leung <aligorith@gmail.com>2017-08-11 15:05:57 +0300
commit329cd762c3a3bfeaa395c874f0f500621a03a2b7 (patch)
tree206ca8aedd12306b80721d2d2b3ec2f2592f34a2 /source/blender/editors/space_nla
parent12c2be8c02517261fa33a0760dc0a93680bab8ab (diff)
Nla Drawing: Fix strip outlines being drawn too thick
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/nla_draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c
index 966f24269c7..d5d19e76828 100644
--- a/source/blender/editors/space_nla/nla_draw.c
+++ b/source/blender/editors/space_nla/nla_draw.c
@@ -232,6 +232,8 @@ static void nla_strip_draw_markers(NlaStrip *strip, float yminc, float ymaxc)
}
}
}
+
+ glLineWidth(1.0f);
}
/* Strips (Proper) ---------------------- */