[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 6 09:31:37 UTC 2019
vcl/unx/gtk3/gtk3gtkinst.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1ea27111034c5581a356b90b93f3741ca17f311e
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun May 5 20:52:37 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon May 6 11:30:40 2019 +0200
call present after returning from shrunken mode
Change-Id: Ib286741cc86ec38bd9e32e809f33c3f283ee6d7a
Reviewed-on: https://gerrit.libreoffice.org/71828
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index b5ce2c75b4da..81694aa208b4 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3153,6 +3153,7 @@ public:
if (GtkWidget* pActionArea = gtk_dialog_get_action_area(m_pDialog))
gtk_widget_show(pActionArea);
resize_to_request();
+ present();
}
virtual void SetInstallLOKNotifierHdl(const Link<void*, vcl::ILibreOfficeKitNotifier*>&) override
More information about the Libreoffice-commits
mailing list