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.
2 parents 599243f + 1deb16c commit f665347Copy full SHA for f665347
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