系统优化

This commit is contained in:
akwkevin
2025-02-03 15:22:00 +08:00
parent ddf89e21e4
commit 141ba3b775
14 changed files with 871 additions and 66 deletions

View File

@@ -66,7 +66,7 @@ namespace AIStudio.Wpf.DiagramDesigner
if (EqualityComparer<T>.Default.Equals(storage, value))
return false;
if (propertyName == "IsSelected")
if (propertyName == "IsSelected" || propertyName == "IsReadOnly")
{
}
@@ -100,7 +100,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
if (EqualityComparer<T>.Default.Equals(storage, value)) return false;
if (propertyName == "IsSelected")
if (propertyName == "IsSelected" || propertyName == "IsReadOnly")
{
}