Fix STR #2598 with OP patch.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f4c12d46d6
commit
8cd8a67b04
@ -66,7 +66,7 @@ int Fl::compose(int& del) {
|
||||
}
|
||||
#else
|
||||
unsigned char ascii = (unsigned)e_text[0];
|
||||
if ((e_state & (FL_ALT | FL_META)) && !(ascii & 128)) return 0;
|
||||
if ((e_state & (FL_ALT | FL_META | FL_CTRL)) && !(ascii & 128)) return 0;
|
||||
#endif
|
||||
if(Fl::compose_state) {
|
||||
del = Fl::compose_state;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user