sc/source/ui/view/viewfunc.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c0c114e18e41b9388fce22db1a03b49d2c48a96a
Author: Maxim Monastirsky <[email protected]>
Date: Thu Nov 6 22:21:14 2014 +0200
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.
(cherry picked from commit 6ba8b7f5eacac969e4781d63718083a05491b1bc)
Conflicts:
sc/source/ui/view/viewfunc.cxx
Change-Id: I8e702b9b4d4a1f7ad1ded5de1a5e162f039f6d4d
Reviewed-on: https://gerrit.libreoffice.org/12294
Reviewed-by: Kohei Yoshida <[email protected]>
Tested-by: Kohei Yoshida <[email protected]>
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 1396233..e33f586 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -2920,7 +2920,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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits