ui: Fixed graph layouter couldn't handle nodes with same name

This commit is contained in:
Eberhard Graether
2017-01-09 22:05:03 +01:00
parent 79456d4121
commit d2ad2da1f1
@@ -32,7 +32,7 @@ public:
}
};
typedef std::set<std::shared_ptr<DummyNode>, DummyNodeComp> BundledNodesSet;
typedef std::multiset<std::shared_ptr<DummyNode>, DummyNodeComp> BundledNodesSet;
struct BundleInfo
{