Skip to content

Commit

Permalink
Wire connector UI modifications (DynamoDS#12072)
Browse files Browse the repository at this point in the history
* Polyline + thick outline removed.

* Removed 'ConnectorType` menu from view->connectors.

* Updated connector styles.

* New resources added/old ones removed. Minor UI updates to reflect mockups.
  • Loading branch information
M-JULIANI committed Sep 30, 2021
1 parent 11a1dff commit 662fad9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/DynamoCoreWpf/ViewModels/Core/ConnectorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,6 @@ private void InitializeCommands()
ConnectorSelectionCommand = new DelegateCommand(ConnectorSelectionCommandExecute, x => !IsConnecting);
}

private void ConnectorSelectionCommandExecute(object obj)
{

}

#endregion

/// <summary>
Expand Down

0 comments on commit 662fad9

Please sign in to comment.