From 8e30c66a9245fa1e367f8bb772268721549e4987 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 30 Oct 2010 19:56:20 +0000 Subject: Fixed special handling for ISO back-tab keycode (STR #2369) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7779 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Window_Type.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'fluid') diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 3d8f44616..8b9bf2832 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1284,8 +1284,6 @@ int Fl_Window_Type::handle(int event) { ((Fl_Window*)o)->hide(); return 1; - case 0xFE20: // backtab - backtab = 1; case FL_Tab: { if (Fl::event_state(FL_SHIFT)) backtab = 1; // find current child: -- cgit v1.2.3