applying patch_096

svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=425005
remotes/origin/kpdf-annotations
Enrico Ros 21 years ago
parent 40d1f669aa
commit bc71e24b8a
  1. 3
      core/generator_pdf/gp_outputdev.cpp

@ -112,7 +112,10 @@ void KPDFOutputDev::endPage()
{
SplashOutputDev::endPage();
if ( m_generateText )
{
m_text->endPage();
m_text->coalesce( gTrue );
}
int bh = getBitmap()->getHeight(),
bw = getBitmap()->getWidth();

Loading…
Cancel
Save