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

@@ -1813,6 +1813,8 @@ static void drawTransformView(const struct bContext *C, ARegion *UNUSED(ar), voi
{
TransInfo *t = arg;
glLineWidth(1.0);
drawConstraint(t);
drawPropCircle(C, t);
drawSnapping(C, t);