File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 27
27
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
28
28
<PackageVersion Include =" Microsoft.NETCore.ILAsm" Version =" 9.0.0" />
29
29
<PackageVersion Include =" Microsoft.NETCore.ILDAsm" Version =" 9.0.0" />
30
- <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 3.0.1" />
30
+ <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 3.0.1" />
31
31
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
32
32
<PackageVersion Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.135" />
33
33
<PackageVersion Include =" Mono.Cecil" Version =" 0.11.6" />
45
45
<PackageVersion Include =" System.Reflection.Metadata" Version =" 9.0.1" />
46
46
<PackageVersion Include =" System.Resources.Extensions" Version =" 9.0.1" />
47
47
<PackageVersion Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.0" />
48
- <PackageVersion Include =" TomsToolbox.Composition.MicrosoftExtensions" Version =" 2.21 .0" />
49
- <PackageVersion Include =" TomsToolbox.Wpf.Composition" Version =" 2.20 .0" />
50
- <PackageVersion Include =" TomsToolbox.Wpf.Composition.AttributedModel" Version =" 2.21 .0" />
51
- <PackageVersion Include =" TomsToolbox.Wpf.Styles" Version =" 2.21 .0" />
48
+ <PackageVersion Include =" TomsToolbox.Composition.MicrosoftExtensions" Version =" 2.22 .0" />
49
+ <PackageVersion Include =" TomsToolbox.Wpf.Composition" Version =" 2.22 .0" />
50
+ <PackageVersion Include =" TomsToolbox.Wpf.Composition.AttributedModel" Version =" 2.22 .0" />
51
+ <PackageVersion Include =" TomsToolbox.Wpf.Styles" Version =" 2.22 .0" />
52
52
<PackageVersion Include =" coverlet.collector" Version =" 6.0.3" />
53
53
<PackageVersion Include =" System.Net.Http" Version =" 4.3.4" />
54
54
<PackageVersion Include =" System.Private.Uri" Version =" 4.3.2" />
Original file line number Diff line number Diff line change @@ -767,6 +767,8 @@ private void TreeView_SelectionChanged()
767
767
}
768
768
else
769
769
{
770
+ // ensure that we are only connected once to the event, else we might get multiple notifications
771
+ ContextMenuProvider . ContextMenuClosed -= ContextMenuClosed ;
770
772
ContextMenuProvider . ContextMenuClosed += ContextMenuClosed ;
771
773
}
772
774
}
You can’t perform that action at this time.
0 commit comments