vcl/unx/gtk4/convert3to4.cxx | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit ac31428d3f4a673e4876609632c41bc218be5e4f Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jul 6 16:57:09 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Jul 7 09:27:21 2021 +0200
gtk4: replace GtkToolItem with GtkBox Change-Id: I02067a4b22817518451daf5d93de8d89dc8e5027 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118522 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index 5c8cc1dec71e..cf6ddef2e8a2 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -1155,6 +1155,10 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode { xClass->setNodeValue("GtkButton"); } + else if (sClass == "GtkToolItem") + { + xClass->setNodeValue("GtkBox"); + } else if (sClass == "GtkMenuToolButton") { xClass->setNodeValue("GtkMenuButton"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits