diff options
Diffstat (limited to 'starmath/source/smediteng.cxx')
-rw-r--r-- | starmath/source/smediteng.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smediteng.cxx b/starmath/source/smediteng.cxx index 7379c705f190..c7b33373bc4d 100644 --- a/starmath/source/smediteng.cxx +++ b/starmath/source/smediteng.cxx @@ -67,7 +67,7 @@ void SmEditEngine::executeZoom(EditView* pEditView) updateZoom(); if (pEditView) { - FormatAndUpdate(pEditView); + FormatAndLayout(pEditView); pEditView->SetSelection(pEditView->GetSelection()); } } |