> I knew this doc, but I didn't understand it as: > > > Set how to draw lines (the "pen"). If you change this it is your > > responsibility to set it back to the default with fl_line_style(0) > before you set a colour or another fl_line_style(0).
Ah, no, that was not the part I was meaning to draw attention to. Rather, I meant this part: <quote> Note: Because of how line styles are implemented on WIN32 systems, you must set the line style after setting the drawing color. If you set the color after the line style you will lose the line style settings! </quote> I had the impression, from looking at the example you posted earlier, that you were maybe setting the color after setting the line_style and were therefore perhaps triggering this Win32 "feature" in your code. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

