diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 14e8b444a..e26c30dd2 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -368,7 +368,7 @@ int Fl_Input::handle_key() { #ifdef __APPLE__ // PORTME: platform compose if (Fl::compose_state) { this->mark( this->position() - Fl::compose_state ); - } + } #endif return 1; } |
