mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-04 00:35:46 +08:00
XX
This commit is contained in:
@@ -36,17 +36,17 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
}
|
||||
|
||||
protected override void Init(IDiagramViewModel root)
|
||||
protected override void Init(IDiagramViewModel root, bool initNew)
|
||||
{
|
||||
base.Init(root);
|
||||
base.Init(root, initNew);
|
||||
|
||||
this.IsGroup = true;
|
||||
this.IsHitTestVisible = true;
|
||||
}
|
||||
|
||||
protected override void InitConnector()
|
||||
protected override void InitNew()
|
||||
{
|
||||
|
||||
this.ClearConnectors();
|
||||
}
|
||||
|
||||
protected override void ExecuteEditCommand(object param)
|
||||
|
||||
Reference in New Issue
Block a user