> The -1 was used to indicate that measure() was never called. With recent > changes it uses a different way to determine this. The code was also > looking for -1 (indicating some error) and changing it to 12, but since > the -1 value is not used for anything else, it is equivalent to > initialize it to 12. > > The idea is that if it screws up, it will draw a 12x12 square in the > current color, which is probably better than drawing nothing.
Thanks. I updated docs for this. -- Sanel _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
