summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-05 20:52:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-06 11:30:40 +0200
commit1ea27111034c5581a356b90b93f3741ca17f311e (patch)
tree93ece45145504e6c39731108cfe11a9744634f0f
parent25bd09a9bf3c145fe491c0035150867d2dbb97b2 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx1
1 files changed, 1 insertions, 0 deletions
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