{
if (isInsideScaleGrid())
{
// A child Group cannot exist in a Group that
// defines the scale grid
problems.add(new FXGInvalidScaleGridGroupChildProblem(getDocumentPath(), child.getStartLine(), child.getStartColumn()));
return;
}
}
children.add(graphicContent);