Closed GoogleCodeExporter closed 9 years ago
This is because category caches constraints:
public void addConstraint(IConstraintDescriptor constraint) {
if (!constraints.contains(constraint)) {
constraints.add(constraint);
constraint.addCategory(this);
}
}
Original comment by 1.Pla...@gmail.com
on 28 Jan 2011 at 11:14
When removing constraint - it is removed from its categories, too
Original comment by 1.Pla...@gmail.com
on 28 Jan 2011 at 11:21
Original issue reported on code.google.com by
1.Pla...@gmail.com
on 28 Jan 2011 at 10:58