diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
| commit | d589c05b1741bf699897feef73c35a58592dc876 (patch) | |
| tree | 1558a7eebd6ad40768dbc6f8bd454d5d01096666 /fluid/Fl_Group_Type.cxx | |
| parent | 957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff) | |
Fix documentation typos and trailing whitespace
Diffstat (limited to 'fluid/Fl_Group_Type.cxx')
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index 61e4332a9..dca269927 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -122,7 +122,7 @@ void group_cb(Fl_Widget *, void *) { n->o->resize(q->o->x(),q->o->y(),q->o->w(),q->o->h()); for (Fl_Type *t = qq->next; t && (t->level > qq->level);) { if (t->level != n->level || t == n || !t->selected) { - t = t->next; + t = t->next; continue; } Fl_Type *nxt = t->remove(); |
