Browse Source

Fix #2367: Add missing binding to custom CloseCommand.

pull/2373/head
Siegfried Pammer 4 years ago
parent
commit
632090093a
  1. 1
      ILSpy/MainWindow.xaml

1
ILSpy/MainWindow.xaml

@ -226,6 +226,7 @@ @@ -226,6 +226,7 @@
<Setter Property="CanHide" Value="{Binding Model.IsCloseable}" />
<Setter Property="HideCommand" Value="{Binding Model.CloseCommand}" />
<Setter Property="CanClose" Value="{Binding Model.IsCloseable}" />
<Setter Property="CloseCommand" Value="{Binding Model.CloseCommand}" />
</Style>
</docking:PaneStyleSelector.ToolPaneStyle>
<docking:PaneStyleSelector.TabPageStyle>

Loading…
Cancel
Save