Skip to content

Commit e4bc593

Browse files
authored
Merge pull request #2089 from Hosch250/Issue2085
Make Todo explorer update when the declarations are resolved so it re…
2 parents a6dde40 + d54612a commit e4bc593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public CommandBase RefreshCommand
107107

108108
private void _state_StateChanged(object sender, EventArgs e)
109109
{
110-
if (_state.Status != ParserState.Ready)
110+
if (_state.Status != ParserState.ResolvedDeclarations)
111111
{
112112
return;
113113
}

0 commit comments

Comments
 (0)