diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-14 18:14:48 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-14 18:14:48 +0100 |
| commit | 4b315d190c41133786cc8b84282a7c102b31c14c (patch) | |
| tree | 7b5f265f0f1d6bb872fdec91bc58079748c6b676 /src/Fl.cxx | |
| parent | 6842a43a3170c6f7a852186d5688baebdac16e2c (diff) | |
Fix dependencies and whitespace issues
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 94cfff6e8..7bb710480 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -946,7 +946,7 @@ Fl_Widget* fl_oldfocus; // kludge for Fl_Group... Use this function inside the \c handle(int) member function of a widget of yours to give focus to the widget, for example when it receives the FL_FOCUS or the FL_PUSH event. Otherwise, use Fl_Widget::take_focus() to give focus to a widget; - + If you change Fl::focus(), the previous widget and all parents (that don't contain the new widget) are sent FL_UNFOCUS events. Changing the focus does \e not send FL_FOCUS to |
