diff --git a/plugins/general/EdgeBundling/EdgeBundling.cpp b/plugins/general/EdgeBundling/EdgeBundling.cpp index 7188330d9c..dd91cedad8 100644 --- a/plugins/general/EdgeBundling/EdgeBundling.cpp +++ b/plugins/general/EdgeBundling/EdgeBundling.cpp @@ -1,6 +1,6 @@ /** * - * Copyright (C) 2019-2023 The Talipot developers + * Copyright (C) 2019-2024 The Talipot developers * * Talipot is a fork of Tulip, created by David Auber * and the Tulip development Team from LaBRI, University of Bordeaux @@ -12,6 +12,7 @@ */ #include +#include #include "EdgeBundling.h" #include "QuadTree.h" @@ -687,6 +688,8 @@ bool EdgeBundling::run() { ThreadManager::setNumberOfThreads(ThreadManager::getNumberOfProcs()); + graph->getIntegerProperty("viewShape")->setAllEdgeValue(EdgeShape::BezierCurve); + return true; } //============================================================