diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-10 11:32:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-10 14:48:47 +0100 |
commit | 0f17661e045e3e3732cec6e493cd20ac65dbe451 (patch) | |
tree | e9fb8fbec54a6fcb826e838466c66a4dcc4366f8 /vcl/unx | |
parent | e369efa01183b4c304b49603628a7393aeb9ced0 (diff) |
add resize_to_request to popover
Change-Id: I4bd549efd934946f355f06645ed816acd370a51d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126634
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 1e227e87e1b5..3f554e77c9d2 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -22230,6 +22230,11 @@ public: } } + virtual void resize_to_request() override + { + // resizing to request is what gtk does automatically + } + virtual ~GtkInstancePopover() override { PopdownAndFlushClosedSignal(); |