This commit is contained in:
2010-09-21 18:35:36 +00:00
parent 8c5aac4885
commit 6634758e73
4 changed files with 50 additions and 149 deletions

View File

@@ -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>