mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-16 06:26:37 +08:00
xx
This commit is contained in:
@@ -205,10 +205,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public virtual LogicalConnectorInfo ExecuteAddToInput(LogicalConnectorInfo connector)
|
||||
{
|
||||
if (Input.Values.Count >= 2)
|
||||
{
|
||||
this.ItemHeight = this.ItemHeight * (Input.Values.Count + 1) / Input.Values.Count;
|
||||
}
|
||||
//if (Input.Values.Count >= 2)
|
||||
//{
|
||||
// this.ItemHeight = this.ItemHeight * (Input.Values.Count + 1) / Input.Values.Count;
|
||||
//}
|
||||
connector.Orientation = ConnectorOrientation.Left;
|
||||
connector.IsInnerPoint = true;
|
||||
connector.IsPortless = false;
|
||||
|
||||
Reference in New Issue
Block a user