diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-05 20:52:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-06 11:30:40 +0200 |
commit | 1ea27111034c5581a356b90b93f3741ca17f311e (patch) | |
tree | 93ece45145504e6c39731108cfe11a9744634f0f /vcl | |
parent | 25bd09a9bf3c145fe491c0035150867d2dbb97b2 (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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 1 |
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 |