Skip to content

Commit 080a84b

Browse files
authored
Merge pull request #1823 from Hosch250/Issue1783
Re-subscribe to event in ctor
2 parents 0bc0b21 + 2662c89 commit 080a84b

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)