From fc7facb5e98a38d2e7a4776e6e91c9c2d301c877 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 23 May 2002 16:47:41 +0000 Subject: Changelog and cleanup. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 6c2dc96a7..75a410194 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.41.2.32 2002/05/16 07:43:59 spitzak Exp $" +// "$Id: Fl.cxx,v 1.24.2.41.2.33 2002/05/23 16:47:41 easysw Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -802,6 +802,7 @@ int Fl_Window::handle(int event) } break; } + return Fl_Group::handle(event); } @@ -900,5 +901,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.24.2.41.2.32 2002/05/16 07:43:59 spitzak Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.41.2.33 2002/05/23 16:47:41 easysw Exp $". // -- cgit v1.2.3