We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599243f commit 1deb16cCopy full SHA for 1deb16c
Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml
@@ -64,7 +64,7 @@
64
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="Black" />
65
<SolidColorBrush x:Key="{x:Static SystemColors.ControlTextBrushKey}" Color="Black" />
66
67
- <CompositeCollection x:Key="AddModuleCommands">
+ <CompositeCollection x:Key="AddModuleCommands" x:Shared="False">
68
<MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddExistingFileText}"
69
Command="{Binding ImportCommand}"
70
CommandParameter="{Binding SelectedItem, Mode=OneWay}">
0 commit comments