Skip to content
Snippets Groups Projects
Commit 92794495 authored by GIRARDOT Raphael's avatar GIRARDOT Raphael Committed by MADELA Patrick
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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment