From 7e128e13da5fa97929d77e520bf9ca1e73b78345 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 29 Oct 2002 17:34:47 +0000 Subject: Fix cursor problems and add Shift-Delete, Ctrl-Insert, and Shift-Insert to the default key mapping. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2700 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Fl_Text_Display.cxx') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index d238c304c..d1537d5bf 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Text_Display.cxx,v 1.12.2.34 2002/10/24 17:26:03 easysw Exp $" +// "$Id: Fl_Text_Display.cxx,v 1.12.2.35 2002/10/29 17:34:44 easysw Exp $" // // Copyright 2001-2002 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under @@ -2956,6 +2956,7 @@ int Fl_Text_Display::handle(int event) { } case FL_LEAVE: + case FL_HIDE: if (active_r()) { fl_cursor(FL_CURSOR_DEFAULT); @@ -3027,5 +3028,5 @@ int Fl_Text_Display::handle(int event) { // -// End of "$Id: Fl_Text_Display.cxx,v 1.12.2.34 2002/10/24 17:26:03 easysw Exp $". +// End of "$Id: Fl_Text_Display.cxx,v 1.12.2.35 2002/10/29 17:34:44 easysw Exp $". // -- cgit v1.2.3