sc/source/ui/app/inputwin.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6c5c657ada6eb6b3f25509384e2de4c456ec0b78
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Thu May 6 15:59:52 2021 +0200
Commit:     Szymon Kłos <szymon.k...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to