Allow the userr to speciffy if they want annotations to be listed for non-annotation searches
This commit is contained in:
@@ -547,7 +547,7 @@ namespace Volian.Print.Library
|
||||
//else
|
||||
//AddCell(datatable, item.DisplayText, f2, (item.IsSection ? SectColor : TextColor));
|
||||
AddCell(subTable, item.DisplayText, f2, (item.IsSection ? SectColor : TextColor));
|
||||
if (item.ItemAnnotationCount > 0)
|
||||
if (ShowAnnotations && item.ItemAnnotationCount > 0)
|
||||
{
|
||||
foreach (AnnotationInfo ai in item.ItemAnnotations)
|
||||
{
|
||||
|
Reference in New Issue
Block a user