From 816be7b654e10cc48682cc568517db2e71de2256 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 18 Nov 2015 13:22:57 +0100 Subject: [PATCH] ui: undefined symbols bundle needs at least 2 nodes --- src/lib/component/controller/GraphController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/component/controller/GraphController.cpp b/src/lib/component/controller/GraphController.cpp index e2ff4d05..0308c3a1 100644 --- a/src/lib/component/controller/GraphController.cpp +++ b/src/lib/component/controller/GraphController.cpp @@ -460,7 +460,7 @@ void GraphController::bundleNodes() return false; }, - 1, + 2, "Undefined Symbols" ); }