[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source
Maxim Monastirsky
momonasmon at gmail.com
Tue Nov 11 09:57:03 PST 2014
sc/source/ui/view/viewfunc.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c0c114e18e41b9388fce22db1a03b49d2c48a96a
Author: Maxim Monastirsky <momonasmon at gmail.com>
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 <libreoffice at kohei.us>
Tested-by: Kohei Yoshida <libreoffice at kohei.us>
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));
}
More information about the Libreoffice-commits
mailing list