~adamreichold/qpdfview/automatic-decompression

« back to all changes in this revision

Viewing changes to sources/pageitem.cpp

  • Committer: Adam Reichold
  • Date: 2016-11-20 18:29:29 UTC
  • Revision ID: adam.reichold@t-online.de-20161120182929-cypgk593wix3tcib
Tags: qpdfview-0.4.17beta1
Fix loading interactive elements whenever a tile is rendered, not just when rendering of a whole page is explicitly requested, e.g. during prefetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    if(m_loadInteractiveElements != 0)
118
118
    {
119
119
        m_loadInteractiveElements->waitForFinished();
 
120
 
120
121
        delete m_loadInteractiveElements;
121
122
        m_loadInteractiveElements = 0;
122
123
    }
285
286
        }
286
287
    }
287
288
 
288
 
    startLoadInteractiveElements();
289
 
 
290
289
    return cost;
291
290
}
292
291