虚线流动完成

This commit is contained in:
艾竹
2023-01-23 22:05:51 +08:00
parent c4f8a40b5c
commit 2b4662ed37
7 changed files with 296 additions and 36 deletions

View File

@@ -50,6 +50,7 @@ namespace AIStudio.Wpf.DiagramDesigner
if (this.DataContext is ISelectable selectable)
{
selectable.PropertyChanged -= TextControl_PropertyChanged;
selectable.PropertyChanged += TextControl_PropertyChanged;
}
TextControl_PropertyChanged(this.DataContext, new System.ComponentModel.PropertyChangedEventArgs("IsSelected"));