mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-25 19:06:35 +08:00
系统优化
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user