ui: Show nodes with more than 20 children initially collapsed (issue #509)
This commit is contained in:
@@ -631,7 +631,7 @@ void GraphController::autoExpandActiveNode(const std::vector<Id>& activeTokenIds
|
||||
node = getDummyGraphNodeById(activeTokenIds[0]);
|
||||
}
|
||||
|
||||
if (node)
|
||||
if (node && !node->hasMissingChildNodes())
|
||||
{
|
||||
node->expanded = true;
|
||||
node->autoExpanded = true;
|
||||
|
||||
Reference in New Issue
Block a user