sc/source/ui/view/viewfunc.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 6ba8b7f5eacac969e4781d63718083a05491b1bc Author: Maxim Monastirsky <momonas...@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)); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits