josn保存的bug

This commit is contained in:
艾竹
2023-07-15 11:08:57 +08:00
parent 515ce1944b
commit ebf003b20b
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ namespace AIStudio.Wpf.DiagramDesigner
ColorItem = new ColorItem() { LineColor = new ColorObjectItem(), FillColor = new ColorObjectItem() };
FontItem = new FontItem();
SharpItem = new SharpItem() { SourceMarker = new SharpPathItem(), SinkMarker = new SharpPathItem() };
AnimationItem = new AnimationItem() { AnimationPath = new SharpPathItem() };
}
public SelectableItemBase(SelectableViewModelBase viewmodel)