From 232ef4e1599b22e6d1426147ea594193d64f01a1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 12 Apr 2008 19:16:19 +0000 Subject: Updated 1.3 with changes from 1.1.9 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/file_chooser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/file_chooser.cxx') diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index c8dfc7cf9..19073ef29 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -315,8 +315,9 @@ show_callback(void) fc->show(); - while (fc->visible()) + while (fc->visible()) { Fl::wait(); + } count = fc->count(); if (count > 0) -- cgit v1.2.3