Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DYN-7698] Zoom to group, doesn't work #76

Merged

Conversation

ivaylo-matov
Copy link
Contributor

PR aims to address DYN-7698 where TuneUp does not zoom-to-fit on groups after that graph has been executed.

*This branch is built from DYN-7697-Crash-with-Periodic-Run as I couldn't build master. Relevant changes are only in CreateGroupNodesForCollection.

DYN-7698-ZoomToFit

@QilongTang
@reddyashish

@dnenov

@@ -610,20 +613,16 @@ private void CreateGroupNodesForCollection(ObservableCollection<ProfiledNodeView
var pGroup = new ProfiledNodeViewModel(pNode)
{
GroupExecutionOrderNumber = executionCounter++,
GroupExecutionMilliseconds = groupExecTime
GroupExecutionMilliseconds = groupExecTime,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some comments here to provide why we need nodesToAdd here?.
I thought this was fixed by DynamoDS/Dynamo#15547

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've written in the description that I couldn't build from master so I created this branch from DYN-7697-Crash-with-Periodic-Run as it was the latest I've published (the branch of #15547). Relevant changes to this ticket are only in CreateGroupNodesForCollection.

@reddyashish reddyashish merged commit d59a30e into DynamoDS:master Nov 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants