diff options
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 69ae86594e43..780966900cd5 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -253,7 +253,7 @@ void SmEditWindow::DataChanged( const DataChangedEvent& ) IMPL_LINK_NOARG_TYPED( SmEditWindow, ModifyTimerHdl, Idle *, void ) { - UpdateStatus(); + UpdateStatus(false); aModifyIdle.Stop(); } @@ -707,7 +707,7 @@ void SmEditWindow::GetFocus() //Let SmViewShell know we got focus if(GetView() && IsInlineEditEnabled()) - GetView()->SetInsertIntoEditWindow(); + GetView()->SetInsertIntoEditWindow(true); } |