mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-05 00:37:19 +08:00
Merge branch 'dev' of gitee.com:akwkevin/aistudio.-wpf.-diagram into master
Signed-off-by: 艾竹 <akwkevin@126.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<UserControl x:Class="AIStudio.Wpf.DiagramDesigner.DiagramControl"
|
||||
<UserControl x:Class="AIStudio.Wpf.DiagramDesigner.DiagramControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
@@ -289,6 +289,7 @@
|
||||
Visibility="{Binding Path=ShowConnectors, Converter={x:Static dd:BoolToVisibilityConverter.Instance}}" >
|
||||
<TextBlock Text="✚" FontWeight="Bold" FontSize="16" Foreground="DarkGray" />
|
||||
</Button>
|
||||
|
||||
</Grid>
|
||||
</ControlTemplate>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user