diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-10-30 19:56:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-10-30 19:56:20 +0000 |
| commit | 8e30c66a9245fa1e367f8bb772268721549e4987 (patch) | |
| tree | 8db372e0de70301574ac0605d4d65a852432132a /fluid | |
| parent | 6017a6fae62090b58e466984d570263bb07114d1 (diff) | |
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
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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: |
