Fix: Transform constraint/helper line drawing had incorrect thickness when GPencil strokes are shown
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user