From f3e9b43ccc9a633e01fe28fd2bc9a5f5ed70d536 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 27 Mar 2019 18:54:45 +0100 Subject: Correct typo in Doxygen doc of Fl::focus() --- src/Fl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl.cxx b/src/Fl.cxx index 417a0acca..1327509e8 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -884,7 +884,7 @@ Fl_Widget* fl_oldfocus; // kludge for Fl_Group... Widgets can set the NEEDS_KEYBOARD flag to indicate that a keyboard is essential for the widget to function. Touchscreen devices will be sent a - request to show and on-screen keyboard if no hardware keyboard is + request to show an on-screen keyboard if no hardware keyboard is connected. \see Fl_Widget::take_focus() -- cgit v1.2.3