});
morph.startAnimation();
} else {
currentGraph.getModel().endUpdate();
}
mxParallelEdgeLayout paralLay = new mxParallelEdgeLayout(currentGraph);
paralLay.execute(currentGraph.getDefaultParent());
// sometimes layout can put vertex out of minimap, that should fix it
double x = 0, y = 0;
boolean init = false;
for (Object o : currentGraph.getChildCells(currentGraph.getDefaultParent())) {
mxCell cell = (mxCell) o;