Skip to content

Commit bc28c87

Browse files
committed
removed lying comment
1 parent 58ad1a5 commit bc28c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public ObservableCollection<CodeExplorerProjectViewModel> Projects
7575
private void ParserState_StateChanged(object sender, ParserStateEventArgs e)
7676
{
7777
IsBusy = e.State == ParserState.Parsing;
78-
if (e.State != ParserState.Parsed) // ParserState.Parsed state is too volatile
78+
if (e.State != ParserState.Parsed)
7979
{
8080
return;
8181
}

0 commit comments

Comments
 (0)