Skip to content

Commit 1c815d3

Browse files
moar comments!
1 parent c492c7c commit 1c815d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public bool IsBusy
180180
{
181181
_isBusy = value;
182182
OnPropertyChanged();
183+
// If the window is "busy" then hide the Refresh message
183184
OnPropertyChanged("EmptyTreeMessageVisibility");
184185
}
185186
}
@@ -248,6 +249,7 @@ public ObservableCollection<CodeExplorerItemViewModel> Projects
248249
_projects = new ObservableCollection<CodeExplorerItemViewModel>(value.OrderBy(o => o.NameWithSignature));
249250

250251
OnPropertyChanged();
252+
// Once a Project has been set, show the TreeView
251253
OnPropertyChanged("TreeViewVisibility");
252254
}
253255
}

0 commit comments

Comments
 (0)