This commit is contained in:
@@ -119,7 +119,6 @@ namespace Volian.Controls.Library
|
||||
UpdateAnnotationGrid();
|
||||
//_AnnotationSearch.UpdateAnnotationSearchResults(); // update the search results
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void btnSaveAnnotation_Click(object sender, EventArgs e)
|
||||
@@ -244,6 +243,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
FindCurrentAnnotation(); // position to the grid row of the current annotation
|
||||
_LoadingGrid = false;
|
||||
if (_Annotations == null || _Annotations.Count == 0) btnRemoveAnnotation.Enabled = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user