Skip to content

Commit 3056e8e

Browse files
authored
Merge branch 'next' into Issue1778
2 parents 88a9eb4 + 080a84b commit 3056e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public CodeExplorerViewModel(FolderHelper folderHelper, RubberduckParserState st
2828
_folderHelper = folderHelper;
2929
_state = state;
3030
_state.StateChanged += ParserState_StateChanged;
31+
_state.ModuleStateChanged += ParserState_ModuleStateChanged;
3132

3233
_refreshCommand = new DelegateCommand(param => _state.OnParseRequested(this),
3334
param => !IsBusy && _state.IsDirty());

0 commit comments

Comments
 (0)