diff options
author | Justin Luth <justin_luth@sil.org> | 2017-02-18 16:36:32 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2017-02-18 16:26:57 +0000 |
commit | a189b27ebeac8f179b9cce959e66862a16c4dd52 (patch) | |
tree | 03060a5e44da8482e955f785d2418792fb922fde /editeng | |
parent | 22c9828f1d61af976133bf517431862126496d30 (diff) |
revert tdf#101815 editeng SetMustRepaint when InsertText
It wasn't targetted enough at the specific problem, and caused paint
problems. This fixes tdf#106056.
Change-Id: I2d87bc78627a558c62cb0efc24e49c7656662976
Reviewed-on: https://gerrit.libreoffice.org/34403
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index a49559577a95..ad99ca978c67 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -2700,7 +2700,6 @@ EditPaM ImpEditEngine::ImpInsertText(const EditSelection& aCurSel, const OUStrin } ParaPortion* pPortion = FindParaPortion( aPaM.GetNode() ); OSL_ENSURE( pPortion, "Blind Portion in InsertText" ); - pPortion->SetMustRepaint(true); if ( GetStatus().DoOnlineSpelling() ) { |