true);
// Shift
p.setLocation(p.getX() + gs2, p.getY()
+ gs2);
graph.snap(p);
// If parent processed then childs are already located
} else if (parent == null || !nested.keySet().contains(model.getParent(cells[i]))) {
CellView view = graph.getGraphLayoutCache().getMapping(cells[i], false);
if (view != null && !view.isLeaf()) {
double dx = p.getX() - tmp.getX();