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

always update docking area

parent b961acd0
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,6 @@ public class VlDockDockingManager extends ADockingManager { ...@@ -127,7 +127,6 @@ public class VlDockDockingManager extends ADockingManager {
try { try {
ous = new ObjectOutputStream(baos); ous = new ObjectOutputStream(baos);
mainDockingDesktop.writeXML(ous); mainDockingDesktop.writeXML(ous);
perspective.setByteArray(baos.toByteArray());
} catch (IOException e) { } catch (IOException e) {
dockingException = new DockingException(getClass().getSimpleName() dockingException = new DockingException(getClass().getSimpleName()
+ ".updatePerspective(): Unexpected Error", e); + ".updatePerspective(): Unexpected Error", e);
...@@ -143,6 +142,7 @@ public class VlDockDockingManager extends ADockingManager { ...@@ -143,6 +142,7 @@ public class VlDockDockingManager extends ADockingManager {
} }
} }
} }
perspective.setByteArray(baos.toByteArray());
} }
if (dockingException != null) { if (dockingException != null) {
throw dockingException; 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