summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-05-06 15:59:52 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-05-07 17:35:25 +0200
commit247ceaf291d6f0b75da79bd9b99b0f9fa0655c51 (patch)
treec790952384d73de779ef99bcf377e191e455e18e
parent[cp] fix version number 21.05 in infobar url (diff)
downloadcore-247ceaf291d6f0b75da79bd9b99b0f9fa0655c51.tar.gz
core-247ceaf291d6f0b75da79bd9b99b0f9fa0655c51.zip
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@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
-rw-r--r--sc/source/ui/app/inputwin.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index aa41e233b30f..3b7626e8566c 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -883,6 +883,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);