[Libreoffice-commits] core.git: editeng/source

Justin Luth justin_luth at sil.org
Fri Sep 30 04:20:11 UTC 2016


 editeng/source/editeng/impedit2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a324e85cbbe62c8d8b6b6c0d0692746c17673453
Author: Justin Luth <justin_luth at sil.org>
Date:   Wed Sep 7 13:54:37 2016 +0300

    tdf#101815 editeng SetMustRepaint when InsertText
    
    Change-Id: Ib66e7d53c231ac40f59593fd45a0706418a9398c
    Reviewed-on: https://gerrit.libreoffice.org/28717
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Justin Luth <justin_luth at sil.org>

diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index b54ce8f..ae6f372 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() )
             {


More information about the Libreoffice-commits mailing list