diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-27 18:54:45 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-27 18:54:45 +0100 |
| commit | f3e9b43ccc9a633e01fe28fd2bc9a5f5ed70d536 (patch) | |
| tree | 5578913edac31cb5e9e211ea8891f693d5e50b34 /src/Fl.cxx | |
| parent | 9e18662d86993b99b716bd3d415ea64e6c7f5c67 (diff) | |
Correct typo in Doxygen doc of Fl::focus()
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
