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

Maxim Monastirsky momonasmon at gmail.com
Thu Oct 23 15:56:23 PDT 2014


 sc/source/ui/view/viewfunc.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6ba8b7f5eacac969e4781d63718083a05491b1bc
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Fri Oct 24 01:35:56 2014 +0300

    fdo#73617 sc: Don't update the gui during live preview
    
    Apart from (apparently) being not necessary, it creates
    bugs like this one. If the selection consist of multiple
    fonts, it leads to clearing the font name box, which in
    turn leads to scrolling the list up.
    
    Change-Id: I8e702b9b4d4a1f7ad1ded5de1a5e162f039f6d4d

diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 6a537b8..479b8e3 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -2787,7 +2787,6 @@ void ScViewFunc::UpdateSelectionArea( const ScMarkData& rSel, ScPatternAttr* pAt
         nEndCol,   nEndRow,   nEndTab,
         PAINT_GRID, nExtFlags | SC_PF_TESTMERGE );
     ScTabViewShell* pTabViewShell = GetViewData().GetViewShell();
-    pTabViewShell->CellContentChanged();
     pTabViewShell->AdjustBlockHeight(false, const_cast<ScMarkData*>(&rSel));
 }
 


More information about the Libreoffice-commits mailing list