Re: [fltk.bugs] Bug in fl_pie() ?

2011-03-16 Thread Janus
Oh! Thank you Albert, will do if i can find something really bad! :)
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] Bug in fl_pie() ?

2011-03-13 Thread Janus
greetings,

in v1.1.10 when i do draw
fl_pie(ox, oy + 4, side, side - 12, 300, 240);
on a linux box it wouldn't draw. it would draw on a mac. if i change the line to
fl_pie(ox, oy + 4, side, side - 12, 0, 360);
it draws on both systems.
i couldn't find any os specific issues about fl_pie() in the docs so i thought 
i let you know. thanks.
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs