summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-06-01 09:17:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-06-01 09:17:51 +0000
commitd00881fbc469cbf5ee8c074792065e46417b7dcc (patch)
treea66e2d03924560ef136033d244ccbe8e614e96c2 /src/Fl.cxx
parentdf32d2a9b8de1b0fe7452c1c164d5c49ed18c341 (diff)
Fixed WIndows line endings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4388 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index a672b5e14..a708f2ffb 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -238,6 +238,7 @@ extern int fl_wait(double time); // in Fl_<platform>.cxx
static char in_idle;
double Fl::wait(double time_to_wait) {
+ // delete all widgets that were listed during callbacks
do_widget_deletion();
if (first_timeout) {