mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
小优化
This commit is contained in:
@@ -702,7 +702,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
IsInternalChanged = true;
|
||||
startVertice.SetPosition(StartPoint);
|
||||
IsInternalChanged = true;
|
||||
IsInternalChanged = false;
|
||||
}
|
||||
startVertice.ColorViewModel.FillColor.Color = SourceConnectorInfoFully != null ? Colors.DarkRed : Colors.Blue;
|
||||
startVertice.ColorViewModel.LineColor.Color = SourceConnectorInfoFully != null ? Colors.DarkRed : Colors.Blue;
|
||||
|
||||
@@ -536,6 +536,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public virtual void Dispose()
|
||||
{
|
||||
this.PropertyChanged -= Item_PropertyChanged;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user