diff options
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 c0e7526e3..1b63aa033 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -61,7 +61,7 @@ Fl_Type *Fl_Group_Type::make(Strategy strategy) { \brief Enlarge the group size, so all children fit within. */ void fix_group_size(Fl_Type *tt) { - if (!tt || !tt->is_group()) return; + if (!tt || !tt->is_a(Fl_Type::ID_Group)) return; Fl_Group_Type* t = (Fl_Group_Type*)tt; int X = t->o->x(); int Y = t->o->y(); |
