From 4f9aa69ea4c1c63c28e468b53457bb60a198805a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Dec 1998 15:34:36 +0000 Subject: Event processing fixes from Bill. git-svn-id: file:///fltk/svn/fltk/trunk@158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 12f95dde6..30b2b59b6 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.7 1998/12/08 21:08:50 mike Exp $" +// "$Id: Fl.cxx,v 1.8 1998/12/15 15:34:36 mike Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -499,6 +499,7 @@ int Fl::handle(int event, Fl_Window* window) void fl_throw_focus(Fl_Widget*); // in Fl_x.C void Fl_Window::hide() { + clear_visible(); if (!shown()) return; // remove from the list of windows: @@ -659,5 +660,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.7 1998/12/08 21:08:50 mike Exp $". +// End of "$Id: Fl.cxx,v 1.8 1998/12/15 15:34:36 mike Exp $". // -- cgit v1.2.3