From b22744aac0d54f16d39b2e01654fee9a5e47407a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 2 Feb 2013 15:46:00 +0000 Subject: Mac OS text input: a single FL_KEYBOARD event is now sent when processing dead keys. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9812 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index b3e13e218..d6f98dc5e 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1280,9 +1280,6 @@ int Fl::handle_(int e, Fl_Window* window) e_number = e = FL_SHORTCUT; case FL_SHORTCUT: -#ifdef __APPLE__ - if (Fl_X::shortcut_events_since_keyDown++ > 0) return 0; -#endif if (grab()) {wi = grab(); break;} // send it to grab window // Try it as shortcut, sending to mouse widget and all parents: -- cgit v1.2.3