B2018-125: Could remove annotation type if newly created and used without exiting program

This commit is contained in:
Kathy Ruffing 2018-09-21 13:19:47 +00:00
parent f8d1055756
commit d36876bedf

View File

@ -656,6 +656,7 @@ namespace Volian.Controls.Library
} }
AnnotationDirty = false; AnnotationDirty = false;
UpdateAnnotationGrid(); UpdateAnnotationGrid();
AnnotationTypeInfoList.Reset(); // B2018-135: refresh annotation type list to update when annotations are used.
} }
#endregion #endregion