← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~verzegnassi-stefano/ubuntu-docviewer-app/sgtileitem-keep-data into lp:ubuntu-docviewer-app

 

Do you mean the getter and setter for m_data?
I guess we should keep them, since we need to store the QImage returned by the RenderEngine as long as the tile is not deleted.

The Qt SceneGraph seems to repaint the node randomly several times when the tile is created and, if it does not find any QImage (because we delete it after the first paint), it just deletes the whole node, resulting in a portion of document not rendered on screen.

This is more a workaround, we probably could refine the code after the release.
-- 
https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/sgtileitem-keep-data/+merge/283958
Your team Ubuntu Document Viewer Developers is subscribed to branch lp:ubuntu-docviewer-app.


References