- clipped selection circle in colorpicker to prevent it drawing outside

the color plane
- removed warnings from glutil.c, made circleXOR call become float instead
  of short
- fixed error in drawing text of buttons in pop-up menus, when zoomed small
This commit is contained in:
2004-07-05 10:22:00 +00:00
parent 3cade4dad6
commit a910ff343e
4 changed files with 19 additions and 13 deletions

View File

@@ -477,6 +477,8 @@ static void ui_positionblock(uiBlock *block, uiBut *but)
bt->y2 += yof;
bt->aspect= 1.0;
// check_but recalculates drawstring size in pixels
ui_check_but(bt);
bt= bt->next;
}