ui: Pan graph view to name of active symbol after activation
bug id = 80
This commit is contained in:
@@ -93,7 +93,7 @@ private:
|
||||
|
||||
DummyNode* getDummyGraphNodeById(Id tokenId) const;
|
||||
|
||||
void buildGraph(MessageBase* message, bool animated = true);
|
||||
void buildGraph(MessageBase* message, bool centerActiveNode, bool animatedTransition = true);
|
||||
|
||||
void forEachDummyNodeRecursive(std::function<void(DummyNode*)> func);
|
||||
void forEachDummyEdge(std::function<void(DummyEdge*)> func);
|
||||
|
||||
Reference in New Issue
Block a user