diff --git a/src/lib/component/controller/GraphController.cpp b/src/lib/component/controller/GraphController.cpp index 5856306f..01d07904 100644 --- a/src/lib/component/controller/GraphController.cpp +++ b/src/lib/component/controller/GraphController.cpp @@ -1118,7 +1118,7 @@ void GraphController::bundleNodes() bundleNodesAndEdgesMatching( [](const DummyNode::BundleInfo& info, const Node* data) { - return data->getType().isFile(); + return data->getType().isFile() && data->findEdgeOfType(Edge::EDGE_IMPORT); }, 1, false,