vcl/source/window/builder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8511fd9023548acfec7af730831a45378083bf93 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed May 15 13:20:37 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed May 15 17:11:58 2019 +0200 import GtkStatusbar same as GtkBox Change-Id: I44c2358659081d4990f5a7398a79249fb35c9c19 Reviewed-on: https://gerrit.libreoffice.org/72358 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 4006ace7bc36..fe67aec4b06b 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -1672,7 +1672,7 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString & xWindow->set_border_width(12); #endif } - else if (name == "GtkBox") + else if (name == "GtkBox" || name == "GtkStatusbar") { bVertical = extractOrientation(rMap); if (bVertical) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits