mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
分组,取消分组 ReDo UnDo 整理
This commit is contained in:
@@ -75,8 +75,12 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
else if (selectable.IsSelected == false)
|
||||
{
|
||||
BindingExpression binding = PART_ShowText.GetBindingExpression(TextBox.TextProperty);
|
||||
binding.UpdateSource();
|
||||
|
||||
PART_ShowText.Visibility = Visibility.Collapsed;
|
||||
PART_TextBlock.Visibility = Visibility.Visible;
|
||||
|
||||
selectable.IsEditing = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user