sc/source/ui/app/inputwin.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 505bb358c0cda60577ceb47daa0347b219b6c147 Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Mon Feb 20 23:58:55 2023 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Feb 23 10:04:35 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 <samuel.mehrbr...@allotropia.de> (cherry picked from commit 228caa2bafe214a0b502db4ac288dd70169ac2b8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147447 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index f035eb0b7314..4e8e544d2103 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -934,7 +934,6 @@ void ScInputBarGroup::Resize() { mxTextWndGroup->SetScrollPolicy(); InterimItemWindow::Resize(); - TriggerToolboxLayout(); } void ScInputBarGroup::StopEditEngine(bool bAll)