Browse Source

Properly attach the root if application is set after the UI is built

tags/7.0.0.alpha1
Leif Åstrand 12 years ago
parent
commit
79dd6e914e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/com/vaadin/ui/Root.java

+ 2
- 0
src/com/vaadin/ui/Root.java View File

@@ -503,6 +503,8 @@ public class Root extends AbstractComponentContainer implements
} else {
this.application = application;
}

attach();
}

/**

Loading…
Cancel
Save