Skip to content

Commit f770548

Browse files
committed
sort-of fixes rubberduck-vba#2503 (removing a module no longer permanently disables refresh command)
1 parent 749a590 commit f770548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/VBA/ParseCoordinator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private void ParseAll(object requestor, CancellationTokenSource token)
209209
}
210210

211211
State.SetStatusAndFireStateChanged(requestor, State.Status);
212-
return;
212+
//return; // returning here leaves state in 'ResolvedDeclarations' when a module is removed, which disables refresh
213213
}
214214

215215
foreach (var component in toParse)

0 commit comments

Comments
 (0)