diff --git a/generators/djvu/generator_djvu.cpp b/generators/djvu/generator_djvu.cpp index 86d8973d7..2cdad6caf 100644 --- a/generators/djvu/generator_djvu.cpp +++ b/generators/djvu/generator_djvu.cpp @@ -278,6 +278,8 @@ void DjVuGenerator::djvuImageGenerated( int page, const QImage & img ) // type newtxtann->textType = txtann->inlineText() ? Okular::TextAnnotation::InPlace : Okular::TextAnnotation::Linked; newtxtann->style.opacity = txtann->color().alphaF(); + // FIXME remove once the annotation text handling is fixed + newtxtann->inplaceText = ann->comment(); newann = newtxtann; break; }