Skip to content

Commit d54612a

Browse files
committed
Make Todo explorer update when the declarations are resolved so it refreshes when a component is removed #2085
1 parent a6dde40 commit d54612a

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)