Fix border on tooltips
parent
8ed5fe5208
commit
451201e89a
|
@ -212,11 +212,11 @@ void tipDisplay(void)
|
|||
|
||||
/* Draw the tool tip */
|
||||
pie_BoxFill(tx,ty, tx+tw, ty+th, pColours[WCOL_TIPBKGRND]);
|
||||
iV_Box(tx,ty, tx+tw-1, ty+th-1, pColours[WCOL_LIGHT]);
|
||||
iV_Line(tx+1, ty+th-2, tx+1, ty+1, pColours[WCOL_DARK]);
|
||||
iV_Line(tx+2, ty+1, tx+tw-2, ty+1, pColours[WCOL_DARK]);
|
||||
iV_Line(tx, ty+th, tx+tw, ty+th, pColours[WCOL_DARK]);
|
||||
iV_Line(tx+tw,ty+th-1, tx+tw, ty, pColours[WCOL_DARK]);
|
||||
iV_Box(tx,ty, tx+tw-1, ty+th-1, pColours[WCOL_LIGHT]);
|
||||
|
||||
iV_SetFont(FontID);
|
||||
iV_SetTextColour(TipColour);
|
||||
|
|
Loading…
Reference in New Issue