From 54930a004e42f76f310c7ae15f61d07fbb7c7bdb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2022 13:18:56 +0000 Subject: gtk3: "expand" icon in reference windows goes missing on entering shrunk mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie303f82d1cc0de10ebd14248a31111a16be344f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128867 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/unx/gtk3/gtkinst.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 796ea1f37844..718342710d62 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -6973,6 +6973,9 @@ public: gtk_container_set_border_width(GTK_CONTAINER(m_pDialog), 0); if (GtkWidget* pActionArea = gtk_dialog_get_action_area(GTK_DIALOG(m_pDialog))) gtk_widget_hide(pActionArea); + gtk_widget_show_all(pRefEdit); + if (pRefBtn) + gtk_widget_show_all(pRefBtn); #else if (GtkWidget* pActionArea = gtk_dialog_get_header_bar(GTK_DIALOG(m_pDialog))) gtk_widget_hide(pActionArea); -- cgit v1.2.3