Browse Source

- #2359: Restore glass frame, using minimum margin to not interfere with AvalonDock.

pull/2360/head
tom-englert 4 years ago
parent
commit
02381321f9
  1. 2
      ILSpy/App.xaml.cs
  2. 2
      ILSpy/ILSpy.csproj
  3. 2
      SharpTreeView/ICSharpCode.TreeView.csproj

2
ILSpy/App.xaml.cs

@ -71,8 +71,6 @@ namespace ICSharpCode.ILSpy @@ -71,8 +71,6 @@ namespace ICSharpCode.ILSpy
}
InitializeComponent();
// Disable glass-frame/DWM-composition to workaround https://github.com/Dirkster99/AvalonDock/issues/258
CustomNonClientAreaBehavior.DisableGlassFrameProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(true));
Resources.RegisterDefaultStyles();
if (!System.Diagnostics.Debugger.IsAttached)

2
ILSpy/ILSpy.csproj

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
<PackageReference Include="OSVersionHelper" Version="1.1.24" />
<PackageReference Include="DataGridExtensions" Version="2.5.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.1" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.2" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>

2
SharpTreeView/ICSharpCode.TreeView.csproj

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.1" />
<PackageReference Include="TomsToolbox.Wpf.Styles" Version="2.5.2" />
</ItemGroup>
</Project>

Loading…
Cancel
Save