mirror of https://github.com/fltk/fltk
Undoing commit at f7a1777
that breaks X11 drawing
Under X11, rotated arrows loose their inside color with f7a1777
This commit is contained in:
parent
f7a1777017
commit
7a42a80caf
|
@ -238,8 +238,8 @@ static void draw_search(Fl_Color col)
|
|||
static void draw_arrow1(Fl_Color col)
|
||||
{
|
||||
fl_color(col);
|
||||
BP; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,0.8); vv(0.8,0.0);
|
||||
vv(0.0,-0.8); vv(0.0,-0.4); EP;
|
||||
BP; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,-0.4); EP;
|
||||
BP; vv(0.0,0.8); vv(0.8,0.0); vv(0.0,-0.8); vv(0.0,-0.4); vv(0.0,0.4); EP;
|
||||
set_outline_color(col);
|
||||
BC; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,0.8); vv(0.8,0.0);
|
||||
vv(0.0,-0.8); vv(0.0,-0.4); EC;
|
||||
|
|
Loading…
Reference in New Issue