diff options
author | Justin Luth <justin_luth@sil.org> | 2016-09-07 13:54:37 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2016-09-30 04:17:29 +0000 |
commit | a324e85cbbe62c8d8b6b6c0d0692746c17673453 (patch) | |
tree | afbe0abbd430b4989e18487f68ccc4289a2a3977 /editeng | |
parent | 96e1fcbb41fdfa070f96dc7a6c8c9b9281de1e9d (diff) |
tdf#101815 editeng SetMustRepaint when InsertText
Change-Id: Ib66e7d53c231ac40f59593fd45a0706418a9398c
Reviewed-on: https://gerrit.libreoffice.org/28717
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, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index b54ce8faec71..ae6f37228fc0 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -2708,6 +2708,7 @@ 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() ) { |