mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
添加block快,不需要连接线,直接吸附。
This commit is contained in:
@@ -72,7 +72,9 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
protected override void InitNew()
|
||||
{
|
||||
base.InitNew();
|
||||
ExecuteAddInput(null);
|
||||
ExecuteAddInput(null);
|
||||
ExecuteAddOutput(null);
|
||||
}
|
||||
|
||||
private void BuildMenuOptions()
|
||||
@@ -182,7 +184,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public override void ClearConnectors()
|
||||
{
|
||||
connectors.Clear();
|
||||
Connectors.Clear();
|
||||
Input.Clear();
|
||||
Output.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user