the text is needed in this field, too, for the moment

svn path=/trunk/playground/graphics/okular/; revision=604209
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent eb63c03bd5
commit 5731b36fe5
  1. 2
      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;
}

Loading…
Cancel
Save