mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
虚线流动完成
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user