> > > The explanation to that is given in my message just before yours: > > move the print dialog window away before closing it (MSWindows only). > > > OK - that works. > > Not clear to me why the position of the Printer dialog window affects > the position of the printed GL context... We have an origins issue or > something? >
GL printing is done by screen capture, not by redraw to a print context as for everything else. It seems that the capture result is garbage when attempting to capture a GL window partially covered by a dialog window. I don't think there's any origin issue here. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
