Skip to content

Commit 64ef35f

Browse files
committed
Strong type OpenDesignerCommand to allow property injection. Closes #4393
1 parent 54cf6ee commit 64ef35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public double FontSize
546546
public AddTestModuleCommand AddTestModuleCommand { get; set; }
547547
public AddTestModuleWithStubsCommand AddTestModuleWithStubsCommand { get; set; }
548548
public AddTemplateCommand AddTemplateCommand { get; set; }
549-
public CommandBase OpenDesignerCommand { get; set; }
549+
public OpenDesignerCommand OpenDesignerCommand { get; set; }
550550
public CommandBase OpenProjectPropertiesCommand { get; set; }
551551
public SetAsStartupProjectCommand SetAsStartupProjectCommand { get; set; }
552552
public RenameCommand RenameCommand { get; set; }

0 commit comments

Comments
 (0)