~verzegnassi-stefano/ubuntu-docviewer-app/reboot-lok-zoom-leak

« back to all changes in this revision

Viewing changes to src/app/qml/loView/LOViewPage.qml

  • Committer: Tarmac
  • Author(s): Roman Shchekin, Stefano Verzegnassi
  • Date: 2015-10-11 19:51:03 UTC
  • mfrom: (172.4.9 reboot-qsg-impress-support)
  • Revision ID: tarmac-20151011195103-st3zu274xl8v8o7h
RenderEngine - impress support.

Approved by Ubuntu Phone Apps Jenkins Bot, Stefano Verzegnassi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                                    left: parent.left
100
100
                                }
101
101
 
102
 
                                model: LO.PartsModel { document: loPageContent.loDocument }
103
 
                                visible: model && loDocument.documentType == LO.Document.PresentationDocument
 
102
                                model: loView.partsModel
 
103
                                visible: loDocument.documentType == LO.Document.PresentationDocument
104
104
                                width: visible ? units.gu(40) : 0
105
105
                            }
106
106
 
198
198
                    PartsView {
199
199
                        property bool belongsToNestedPage: true
200
200
                        anchors.fill: parent
201
 
                        model: LO.PartsModel { document: loPageContent.loDocument }
 
201
                        model: loView.partsModel
202
202
                    }
203
203
                }
204
204
            }