diff options
| -rw-r--r-- | backend/pdf/ev-poppler.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index ef3b06a8..af8a287e 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -2686,6 +2686,9 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot, g_object_unref (poppler_attachment); } break; + case POPPLER_ANNOT_HIGHLIGHT: + ev_annot = ev_annotation_text_markup_highlight_new (page); + break; case POPPLER_ANNOT_LINK: case POPPLER_ANNOT_WIDGET: /* Ignore link and widgets annots since they are already handled */ |
