force again 72x72 DPI for kde 4.4

CCBUG: 204864

svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1082025
remotes/origin/KDE/4.4
Pino Toscano 16 years ago
parent d2185bc6a5
commit d3c32cddb0
  1. 2
      generators/poppler/generator_pdf.cpp

@ -290,7 +290,7 @@ PDFGenerator::PDFGenerator( QObject *parent, const QVariantList &args )
: Generator( parent, args ), pdfdoc( 0 ), ready( true ),
pixmapRequest( 0 ), docInfoDirty( true ), docSynopsisDirty( true ),
docEmbeddedFilesDirty( true ), nextFontPage( 0 ),
dpiX( Okular::Utils::dpiX() ), dpiY( Okular::Utils::dpiY() ),
dpiX( 72.0 /*Okular::Utils::dpiX()*/ ), dpiY( 72.0 /*Okular::Utils::dpiY()*/ )
synctex_scanner(0)
{
setFeature( TextExtraction );

Loading…
Cancel
Save