This commit is contained in:
@@ -217,7 +217,7 @@ namespace Volian.Controls.Library
|
||||
private void UpdateAnnotationGrid()
|
||||
{
|
||||
_LoadingGrid = true;
|
||||
_Annotations = _CurrentItem.ItemAnnotations;
|
||||
_Annotations = (_CurrentItem == null) ? null : _CurrentItem.ItemAnnotations;
|
||||
itemAnnotationsBindingSource.DataSource = _Annotations;
|
||||
if ((CurrentAnnotation == null || (_CurrentItem.ItemID != CurrentAnnotation.ItemID)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user