ItEr30S17ValidacionEProbasFuncionais: Invalidating all the page avoids bug #29
This commit is contained in:
parent
0038f0e44d
commit
9af6ec2338
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue