diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/code.cxx | 4 | ||||
| -rw-r--r-- | fluid/file.cxx | 2 |
3 files changed, 4 insertions, 4 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(); diff --git a/fluid/code.cxx b/fluid/code.cxx index 873b9d789..f10777c3e 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -1,7 +1,7 @@ // // Code output routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2023 by Bill Spitzak and others. +// Copyright 1998-2024 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -1091,7 +1091,7 @@ int Fd_Code_Writer::crc_puts(const char *text) { /** Write a single ASCII character to the code file. If MergeBack is enabled, the CRC calculation is continued. - \note to wrote UTF8 characters, use Fd_Code_Writer::crc_puts(const char *text) + \note to write UTF-8 characters, use Fd_Code_Writer::crc_puts(const char *text) \param[in] c any character between 0 and 127 inclusive \return see fputc(int, FILE*) */ diff --git a/fluid/file.cxx b/fluid/file.cxx index 2365630c2..cdbf10d62 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -405,7 +405,7 @@ Fl_Type *Fd_Project_Reader::read_children(Fl_Type *p, int merge, Strategy strate t->layout_widget(); } - + if (strategy == kAddAsFirstChild) { strategy = kAddAfterCurrent; } |
