kristi wrote:
> [..]say you scroll to the bottom, so that 3, 4, 5 is visible.
> But now, if you try to click on 4, the browser will reset so
> that 0, 1, 2 is showing..
> 
> I've been using Fedora's fltk-devel-1.1.8 package and g++.
> 
> Test code:
> #include <FL/Fl.H>
> #include <FL/Fl_File_Chooser.H>
> int main() {
>      Fl_File_Chooser choose(NULL, NULL, Fl_File_Chooser::SINGLE, "Do a 
> scroll, then click a file" );
>      choose.show();
>      return(Fl::run());
> }

        I checked in 1.1.8, 1.1.9 and 1.3.x.

        Only 1.1.8 had the problem, so it's apparently fixed in 1.1.9 and up.

        Try upgrading to 1.1.9.


_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to