sc/source/ui/app/inputwin.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 228caa2bafe214a0b502db4ac288dd70169ac2b8
Author: Samuel Mehrbrodt <[email protected]>
AuthorDate: Mon Feb 20 23:58:55 2023 +0100
Commit: Samuel Mehrbrodt <[email protected]>
CommitDate: Thu Feb 23 07:06:59 2023 +0000
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 <[email protected]>
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)