diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk4/convert3to4.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index 05e62c23314d..aca454d6786a 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -439,7 +439,11 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode } if (sName == "label") + { + if (GetParentObjectType(xChild) == "GtkToolButton") + xName->setNodeValue("tooltip-text"); xPropertyLabel = xChild; + } if (sName == "visible") bHasVisible = true; |