ItEr30S17ValidacionEProbasFuncionais: Invalidating all the page avoids bug #29

This commit is contained in:
Óscar González Fernández 2009-10-16 02:26:21 +02:00
parent 0038f0e44d
commit 9af6ec2338

View file

@ -42,6 +42,7 @@ public class ComponentsReplacer {
public IChildrenSnapshot restore() {
List<Component> removedChildren = removeChildren(parent);
parent.getChildren().addAll(children);
parent.getPage().invalidate();
return new ChildrenSnapshot(parent, removedChildren);
}
}