Skip to content

Commit

Permalink
Merge pull request #3921 from Ginger-Automation/BugFix/42210-APICompa…
Browse files Browse the repository at this point in the history
…reShowFolderTwice

BugFix - 42210 - API Compare TreeItem Showing Twice
  • Loading branch information
Maheshkale447 committed Sep 23, 2024
2 parents c15a4ea + 36af28e commit 4ce4c5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,6 @@ private void XManualMatchBtn_Click(object sender, RoutedEventArgs e)
apiModelTreeSelectionPage = new SingleItemTreeViewSelectionPage("API Models", eImageType.APIModel, apiRoot, SingleItemTreeViewSelectionPage.eItemSelectionType.Single, true,
new System.Tuple<string, string>(nameof(ApplicationAPIModel.APIType), deltaAPI.learnedAPI.APIType.ToString()));

apiModelTreeSelectionPage.xTreeView.Tree.RefreshTreeNodeChildrens(apiRoot);

List<object> selectedList = apiModelTreeSelectionPage.ShowAsWindow("Matching API Models", (Window)AddAPIModelWizard.mWizardWindow);

ApplicationAPIModel selectedAPIModel = null;
Expand Down

0 comments on commit 4ce4c5e

Please sign in to comment.