继续调整

This commit is contained in:
艾竹
2022-12-05 22:48:00 +08:00
parent 0487857d7b
commit 194eb9b104
40 changed files with 916 additions and 1474 deletions

View File

@@ -144,7 +144,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get
{
if (Parent?.IsReadOnly == true)
if (Parent?.IsReadOnly == true && Parent?.IsLoading == false)
{
return true;
}

View File

@@ -27,6 +27,11 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
public bool IsLoading
{
get; set;
}
public DrawMode? VectorLineDrawMode
{
get; set;

View File

@@ -46,6 +46,7 @@ namespace AIStudio.Wpf.DiagramDesigner
void UpdateZIndex();
bool IsReadOnly{ get; set; }
bool IsLoading{get;set;}
Size PageSize { get; set; }
PageSizeType PageSizeType { get; set; }
bool ShowGrid { get; set; }