[Libreoffice-commits] core.git: sc/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 19 07:04:11 UTC 2021
sc/source/ui/app/inputwin.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6c5c657ada6eb6b3f25509384e2de4c456ec0b78
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu May 6 15:59:52 2021 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Jul 19 09:03:37 2021 +0200
Calc input bar add missing InitControlBase
This allows to render correctly the widgets in
InterimItemWindow in LOK
Change-Id: Ie6a1a1570730ecb73f8a5377fa86c1a3c3355fbf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115180
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119017
Tested-by: Jenkins
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 52de56543a80..b9a5f567d251 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -885,6 +885,8 @@ ScInputBarGroup::ScInputBarGroup(vcl::Window* pParent, ScTabViewShell* pViewSh)
, mxButtonDown(m_xBuilder->weld_button("down"))
, mnVertOffset(0)
{
+ InitControlBase(m_xContainer.get());
+
const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings();
SetPaintTransparent(false);
More information about the Libreoffice-commits
mailing list