Fix: Transform constraint/helper line drawing had incorrect thickness when GPencil strokes are shown

This commit is contained in:
Joshua Leung
2016-02-09 21:54:44 +13:00
parent 7e5cabb6b6
commit 73b672ee97

View File

@@ -1812,6 +1812,8 @@ static void drawHelpline(bContext *UNUSED(C), int x, int y, void *customdata)
static void drawTransformView(const struct bContext *C, ARegion *UNUSED(ar), void *arg)
{
TransInfo *t = arg;
glLineWidth(1.0);
drawConstraint(t);
drawPropCircle(C, t);