From c705a5a65c88f11c197af19a6586175dc7ddc3c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 19 Nov 2021 09:41:11 +0000 Subject: [PATCH] gtk4: remove constrain-to property MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I18f0b72fff31f555873a0808f171e4c1746a4411 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125539 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/unx/gtk4/convert3to4.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index d6f1e7e0fa29..5b6e1f7780e2 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -463,6 +463,9 @@ ConvertResult Convert3To4(const css::uno::Reference& xNode if (sName == "events") xRemoveList.push_back(xChild); + if (sName == "constrain-to") + xRemoveList.push_back(xChild); + if (sName == "activates-default") { if (GetParentObjectType(xChild) == "GtkSpinButton") -- 2.11.4.GIT