summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-02-20 23:58:55 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-02-23 07:06:59 +0000
commit228caa2bafe214a0b502db4ac288dd70169ac2b8 (patch)
tree0e1fcf65eca4fcb91f4b32e71e63878dfeb4802e /sc/source/ui/app
parenta2732de4bd080e3ed8894ba3618f48bc4c6d9abe (diff)
tdf#151745 Fix input line redraw issue after resizing calc window
Change-Id: Ia8a7e1ab6b68f10f19733d8ce7f36d9ea02d4785 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147352 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/inputwin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index f833e743b991..6e9b75338751 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -937,7 +937,6 @@ void ScInputBarGroup::Resize()
{
mxTextWndGroup->SetScrollPolicy();
InterimItemWindow::Resize();
- TriggerToolboxLayout();
}
void ScInputBarGroup::StopEditEngine(bool bAll)