In fltk 1.1.8, if I call window->size_range(300, 0), I get a window of height zero that can't be resized vertically. To get approximately what I want (minimum width 300, no minimum height), I have to set the second parameter (minh) to some small number > 0.
Is that the way it's supposed to work? Regards, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

