Does anyone know if this is a bug or a feature? Fl_Scroll scroll(100, 100, 100, 100); std::cout << "before: " << scroll.x() << " " << scroll.y() << std::endl; scroll.position(50, 50); std::cout << "after: " << scroll.x() << " " << scroll.y() << std::endl;
Output is before: 100 100 after: 100 100 Thanks, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

