[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sc/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri May 7 15:35:58 UTC 2021


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

New commits:
commit 247ceaf291d6f0b75da79bd9b99b0f9fa0655c51
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: Fri May 7 17:35:25 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>

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);


More information about the Libreoffice-commits mailing list