[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 18 21:04:15 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 06f761fe43b184fb0b8306967e55da61d2b1ca1b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 10 17:32:51 2020 +0000
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Jan 18 22:03:45 2020 +0100
Related: tdf#127782 call signal_expanded after expansion in gtk case
which is the same as the gen one
Change-Id: Ia93598bb88d5a3f93c62e7096f8bc4ca69698a19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86564
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 766c13fb440c..0b7e019b4de7 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -12213,7 +12213,6 @@ private:
{
GtkInstanceExpander* pThis = static_cast<GtkInstanceExpander*>(widget);
SolarMutexGuard aGuard;
- pThis->signal_expanded();
GtkWidget *pToplevel = gtk_widget_get_toplevel(GTK_WIDGET(pExpander));
@@ -12236,6 +12235,8 @@ private:
gtk_window_resize(GTK_WINDOW(pToplevel), nToplevelWidth, nToplevelHeight);
}
+
+ pThis->signal_expanded();
}
public:
More information about the Libreoffice-commits
mailing list