From d9ddb41ac4712371cd8f2a925213e795a31f17f9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 6 Nov 1998 16:00:45 +0000 Subject: File chooser scrollbar redraw bug fix from Bill. git-svn-id: file:///fltk/svn/fltk/trunk@65 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_file_chooser.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/fl_file_chooser.cxx b/src/fl_file_chooser.cxx index a95b6c078..8f947f986 100644 --- a/src/fl_file_chooser.cxx +++ b/src/fl_file_chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_file_chooser.cxx,v 1.4 1998/10/21 14:20:51 mike Exp $" +// "$Id: fl_file_chooser.cxx,v 1.5 1998/11/06 16:00:45 mike Exp $" // // File chooser widget for the Fast Light Tool Kit (FLTK). // @@ -278,7 +278,7 @@ void FCB::set(const char* buf) { prev_last = last; } list = last = 0; - message = "reading..."; redraw(); Fl::flush(); + message = "reading..."; redraw(); Fl::flush(); redraw(); strcpy(listed, buf); dirend = nameend = bufdirend; listed[dirend] = listed[dirend+1] = 0; @@ -611,5 +611,5 @@ char* fl_file_chooser(const char* message, const char* pat, const char* fname) } // -// End of "$Id: fl_file_chooser.cxx,v 1.4 1998/10/21 14:20:51 mike Exp $". +// End of "$Id: fl_file_chooser.cxx,v 1.5 1998/11/06 16:00:45 mike Exp $". // -- cgit v1.2.3