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

always update docking area

parent d0763db3
No related branches found
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.
Finish editing this message first!
Please register or to comment