diff options
Diffstat (limited to 'java/src/IceGrid/TreeNode/Root.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/Root.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceGrid/TreeNode/Root.java b/java/src/IceGrid/TreeNode/Root.java index bffaeb7f413..f342f67f31e 100755 --- a/java/src/IceGrid/TreeNode/Root.java +++ b/java/src/IceGrid/TreeNode/Root.java @@ -412,6 +412,7 @@ public class Root extends Parent {
Application app = new Application(true, ad, _model);
addChild(app, true);
+ expandChildren();
}
catch(UpdateFailedException e)
{
|