mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 23:26:35 +08:00
block
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
</ControlTemplate>
|
||||
</ResourceDictionary>
|
||||
</ItemsControl.Resources>
|
||||
|
||||
<ItemsControl.ItemContainerStyle>
|
||||
<Style TargetType="{x:Type ListBoxItem}">
|
||||
<Setter Property="Template">
|
||||
|
||||
@@ -277,9 +277,8 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
protected void DesignerCanvas_Loaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Mediator.Instance.Register(this);
|
||||
//Mediator.Instance.Register(this);
|
||||
this.Focus();
|
||||
int xx = this.GetHashCode();
|
||||
_service.PropertyChanged += _service_PropertyChanged;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user