Skip to content

Commit e8eb2f7

Browse files
shadowofsiliconretailcoder
authored andcommitted
Fixes update of Export / Export Project... menu item in CE (#3275)
* Fixes issue #3274; restores "Export Module" menu item functionality in the *Code Explorer* context menu.
1 parent aceebe6 commit e8eb2f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public CodeExplorerItemViewModel SelectedItem
102102
OnPropertyChanged("CanExecuteIndenterCommand");
103103
OnPropertyChanged("CanExecuteRenameCommand");
104104
OnPropertyChanged("CanExecuteFindAllReferencesCommand");
105-
OnPropertyChanged("CanExecuteExportAllCommand");
105+
OnPropertyChanged("ExportVisibility");
106+
OnPropertyChanged("ExportAllVisibility");
106107
OnPropertyChanged("PanelTitle");
107108
OnPropertyChanged("Description");
108109

0 commit comments

Comments
 (0)