Apparently Fl_Scroll's scrollbars are 'visible()' on construction, ie. they are not hide()en by default.
Currently no one sees this problem, because scrollbar visibility is calculated during draw(). But perhaps it would be correct to have the widget initialize itself with the scrollbars invisible, so that an app (for instance) trying to determine the inner area of the scroll with Fl_Scroll::bbox() before the widget has drawn, doesn't get a wrong answer. Thoughts? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
