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

always update docking area

parent d0763db3
Branches
No related tags found
No related merge requests found
......@@ -142,7 +142,6 @@ public class InfoNodeDockingManager extends ADockingManager {
try {
ous = new ObjectOutputStream(baos);
rootWindow.write(ous, false);
perspective.setByteArray(baos.toByteArray());
} catch (IOException e) {
dockingException = new DockingException(getClass().getSimpleName()
+ ".updatePerspective(): Unexpected Error", e);
......@@ -158,6 +157,7 @@ public class InfoNodeDockingManager extends ADockingManager {
}
}
}
perspective.setByteArray(baos.toByteArray());
}
if (dockingException != null) {
throw dockingException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment