| Index: xfa/fxfa/app/xfa_ffdocview.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffdocview.cpp b/xfa/fxfa/app/xfa_ffdocview.cpp
|
| index 79bba442ada0c55610f967bff546562c8d6eb279..9c627ea3c1b28d9ef3d17b80062cb85ecd50dd16 100644
|
| --- a/xfa/fxfa/app/xfa_ffdocview.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffdocview.cpp
|
| @@ -530,6 +530,7 @@ CXFA_WidgetAcc* CXFA_FFDocView::GetWidgetAccByName(
|
| }
|
| return NULL;
|
| }
|
| +
|
| void CXFA_FFDocView::OnPageEvent(CXFA_ContainerLayoutItem* pSender,
|
| XFA_PAGEEVENT eEvent,
|
| int32_t iPageIndex) {
|
| @@ -541,8 +542,8 @@ void CXFA_FFDocView::OnPageEvent(CXFA_ContainerLayoutItem* pSender,
|
| }
|
| m_pDoc->GetDocProvider()->PageViewEvent(pFFPageView,
|
| XFA_PAGEVIEWEVENT_PostAdded);
|
| - pFFPageView->LoadPageView();
|
| }
|
| +
|
| void CXFA_FFDocView::LockUpdate() {
|
| m_iLock++;
|
| }
|
|
|