We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fac458 commit e481cb2Copy full SHA for e481cb2
plugins/robots/common/twoDModel/src/engine/constraints/details/constraintsParser.cpp
@@ -251,7 +251,7 @@ Condition ConstraintsParser::parseConditionsAlternative(const QDomElement &eleme
251
252
Condition ConstraintsParser::parseConditionsTag(const QDomElement &element, Event &event)
253
{
254
- if (!assertChildrenMoreThan(element, 0) || !assertAttributeNonEmpty(element, "glue")) {
+ if (!assertChildrenMoreThan(element, 1) || !assertAttributeNonEmpty(element, "glue")) {
255
return mConditions.constant(true);
256
}
257
0 commit comments