Circle select (B+B) had drawing error, a missing segment in the circle.

This commit is contained in:
2004-07-29 13:57:59 +00:00
parent 3b29759bbf
commit 295989f42a
2 changed files with 2 additions and 2 deletions

View File

@@ -1612,7 +1612,7 @@ static void ui_draw_but_HSVCUBE(uiBut *but)
CLAMP(x, but->x1+3.0, but->x2-3.0);
CLAMP(y, but->y1+3.0, but->y2-3.0);
fdrawXORcirc(x, y, 3.0);
fdrawXORcirc(x, y, 3.1);
/* outline */
glColor3ub(0, 0, 0);