Kaydet (Commit) 1ea27111 authored tarafından Caolán McNamara's avatar Caolán McNamara

call present after returning from shrunken mode

Change-Id: Ib286741cc86ec38bd9e32e809f33c3f283ee6d7a
Reviewed-on: https://gerrit.libreoffice.org/71828
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 25bd09a9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment