ui: Fixed graph layouter couldn't handle nodes with same name
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user