Skip to content
Snippets Groups Projects
Commit 92794495 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

Do not add views in newly created docking area as it causes a bug in sub...

Do not add views in newly created docking area as it causes a bug in sub docking areas  (Jira JAVAAPI-130)
parent a383a063
Branches
Tags
No related merge requests found
......@@ -73,9 +73,6 @@ public class InfoNodeDockingManager extends ADockingManager {
if (background != null) {
result.getRootWindowProperties().getWindowAreaProperties().setBackgroundColor(background);
}
for (IView view : viewFactory.getViews()) {
DockingUtil.addWindow((View) view, rootWindow);
}
updateRootWindowAfterViewAdding(result);
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment